Html Css Color HEX #81CFEC Sky Blue

📋 copy color: '#81CFEC'

red 129 ◦ green 207 ◦ blue 236

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

Shades of Sky Blue #81CFEC

Tints of Sky Blue #81CFEC

RGB

 RED value IS 129 (50.78% from 255) = 22.55%

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

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

R = 22.55%
G = 36.19%
B = 41.26%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81CFEC (or 0x81CFEC) is known color: Sky Blue. HEX triplet: 81, CF and EC. RGB value is (129,207,236). Sum of RGB (Red+Green+Blue) = 129+207+236=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #81CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFEC is #7E3013. Grayscale: #BABABA. Windows color (decimal): -8269844 or 15519617. OLE color: 15519617.

HSL color Cylindrical-coordinate representation of color #81CFEC: hue angle of 196.26º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CFEC is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 207 236 -
CMYK 0.45 0.12 0 0.07
HSL 196.26º 0.74% 0.72% -
HSV(B) 196.26º 0.45% 0.93% -
XYZ 46.51 55.35 87.59 -
YUV 186.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 129 207 236 0.45 0.12 0 0.07 196.26 0.74 0.72
Hex 81 CF EC 2D C 0 7 C4 4A 48
Octal 201 317 354 55 14 0 7 304 112 110
Binary 10000001 11001111 11101100 101101 1100 0 111 11000100 1001010 1001000

Color Harmonies of #81CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CFEC

Black with #81CFEC

Text Example


Text Example

White with #81CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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