#75CFEF

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

Shades of Sky Blue #75CFEF

Tints of Sky Blue #75CFEF

Color information

#75CFEF (or 0x75CFEF) is unknown color: approx Sky Blue. HEX triplet: 75, CF and EF. RGB value is (117,207,239). Sum of RGB (Red+Green+Blue) = 117+207+239=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #75CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFEF is #8A3010. Grayscale: #B7B7B7. Windows color (decimal): -9056273 or 15716213. OLE color: 15716213.

HSL color Cylindrical-coordinate representation of color #75CFEF: hue angle of 195.74º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CFEF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117207239-
CMYK0.510.1300.06
HSL195.74º79.22%69.8%-
HSV(B)195.74º51.05%93.73%-
XYZ45.2354.6489.82-
YUV183.74159.1880.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=20.78%
G=36.77%
B=42.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172072390.510.1300.06195.7479.2269.8
Hex75CFEF33D06c44f46
Octal165317357631506304117106
Binary11101011100111111101111110011110101101100010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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