Html Css Color HEX #81CCF0 Sky Blue

📋 copy color: '#81CCF0'

red 129 ◦ green 204 ◦ blue 240

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

Shades of Sky Blue #81CCF0

Tints of Sky Blue #81CCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 22.51%
G = 35.6%
B = 41.88%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81CCF0 (or 0x81CCF0) is known color: Sky Blue. HEX triplet: 81, CC and F0. RGB value is (129,204,240). Sum of RGB (Red+Green+Blue) = 129+204+240=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #81CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCF0 is #7E330F. Grayscale: #B9B9B9. Windows color (decimal): -8270608 or 15780993. OLE color: 15780993.

HSL color Cylindrical-coordinate representation of color #81CCF0: hue angle of 199.46º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CCF0 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 204 240 -
CMYK 0.46 0.15 0 0.06
HSL 199.46º 0.79% 0.72% -
HSV(B) 199.46º 0.46% 0.94% -
XYZ 46.37 54.14 90.44 -
YUV 185.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 129 204 240 0.46 0.15 0 0.06 199.46 0.79 0.72
Hex 81 CC F0 2E F 0 6 C7 4F 48
Octal 201 314 360 56 17 0 6 307 117 110
Binary 10000001 11001100 11110000 101110 1111 0 110 11000111 1001111 1001000

Color Harmonies of #81CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CCF0

Black with #81CCF0

Text Example


Text Example

White with #81CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,204,240); }

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

background-color css

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

 a { background-color: rgb(129,204,240); }

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

border-color css

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

 span { border-color: rgb(129,204,240); }

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