Html Css Color HEX #81CCF1 Sky Blue

📋 copy color: '#81CCF1'

red 129 ◦ green 204 ◦ blue 241

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

Shades of Sky Blue #81CCF1

Tints of Sky Blue #81CCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 22.47%
G = 35.54%
B = 41.99%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81CCF1 (or 0x81CCF1) is known color: Sky Blue. HEX triplet: 81, CC and F1. RGB value is (129,204,241). Sum of RGB (Red+Green+Blue) = 129+204+241=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #81CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCF1 is #7E330E. Grayscale: #B9B9B9. Windows color (decimal): -8270607 or 15846529. OLE color: 15846529.

HSL color Cylindrical-coordinate representation of color #81CCF1: hue angle of 199.82º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CCF1 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 204 241 -
CMYK 0.46 0.15 0 0.05
HSL 199.82º 0.8% 0.73% -
HSV(B) 199.82º 0.46% 0.95% -
XYZ 46.52 54.2 91.23 -
YUV 185.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 129 204 241 0.46 0.15 0 0.05 199.82 0.8 0.73
Hex 81 CC F1 2E F 0 5 C8 50 49
Octal 201 314 361 56 17 0 5 310 120 111
Binary 10000001 11001100 11110001 101110 1111 0 101 11001000 1010000 1001001

Color Harmonies of #81CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CCF1

Black with #81CCF1

Text Example


Text Example

White with #81CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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