#75CFE3

Color #75CFE3 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #75CFE3

Tints of Spray #75CFE3

Color information

#75CFE3 (or 0x75CFE3) is unknown color: approx Spray. HEX triplet: 75, CF and E3. RGB value is (117,207,227). Sum of RGB (Red+Green+Blue) = 117+207+227=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #75CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFE3 is #8A301C. Grayscale: #B6B6B6. Windows color (decimal): -9056285 or 14929781. OLE color: 14929781.

HSL color Cylindrical-coordinate representation of color #75CFE3: hue angle of 190.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75CFE3 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117207227-
CMYK0.480.0900.11
HSL190.91º66.27%67.45%-
HSV(B)190.91º48.46%89.02%-
XYZ43.5153.9580.79-
YUV182.37153.1881.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 21.23%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 227 (89.06% from 255) = 41.20%
R=21.23%
G=37.57%
B=41.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172072270.480.0900.11190.9166.2767.45
Hex75CFE33090Bbf4243
Octal1653173436011013277102103
Binary111010111001111111000111100001001010111011111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CFE3; }

 p { color: rgb(117,207,227); }

 H1.HeaderClassName
 {
   color: #75CFE3;
 }
 .AnyTagClassName
 {
   color: #75CFE3;
 }
</style>
background-color css

<style>
 a { background-color: #75CFE3; }

 a { background-color: rgb(117,207,227); }

 div.DivClassName
 {
   background-color: #75CFE3;
 }
 .BgClassName
 {
   background-color: #75CFE3;
 }
</style>
border-color css

<style>
 span { border-color: #75CFE3; }

 span { border-color: rgb(117,207,227); }

 td.TdClassName
 {
   border-color: #75CFE3;
 }
 .TagClassName
 {
   border-color: #75CFE3;
 }
</style>