Html Css Color HEX #75CFEC Sky Blue

📋 copy color: '#75CFEC'

red 117 ◦ green 207 ◦ blue 236

#75CFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #75CFEC

Tints of Sky Blue #75CFEC

RGB

 RED value IS 117 (46.09% from 255) = 20.89%

 GREEN value IS 207 (81.25% from 255) = 36.96%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 20.89%
G = 36.96%
B = 42.14%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75CFEC (or 0x75CFEC) is known color: Sky Blue. HEX triplet: 75, CF and EC. RGB value is (117,207,236). Sum of RGB (Red+Green+Blue) = 117+207+236=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #75CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFEC is #8A3013. Grayscale: #B7B7B7. Windows color (decimal): -9056276 or 15519605. OLE color: 15519605.

HSL color Cylindrical-coordinate representation of color #75CFEC: hue angle of 194.62º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75CFEC is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 207 236 -
CMYK 0.50 0.12 0 0.07
HSL 194.62º 0.76% 0.69% -
HSV(B) 194.62º 0.5% 0.93% -
XYZ 44.79 54.46 87.51 -
YUV 183.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 117 207 236 0.50 0.12 0 0.07 194.62 0.76 0.69
Hex 75 CF EC 32 C 0 7 C3 4C 45
Octal 165 317 354 62 14 0 7 303 114 105
Binary 1110101 11001111 11101100 110010 1100 0 111 11000011 1001100 1000101

Color Harmonies of #75CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFEC

Black with #75CFEC

Text Example


Text Example

White with #75CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75CFEC;
 }
 .AnyTagClassName
 {
   color: #75CFEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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