Html Css Color HEX #81CBF1 Sky Blue

📋 copy color: '#81CBF1'

red 129 ◦ green 203 ◦ blue 241

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

Shades of Sky Blue #81CBF1

Tints of Sky Blue #81CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.43%

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

R = 22.51%
G = 35.43%
B = 42.06%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81CBF1 (or 0x81CBF1) is known color: Sky Blue. HEX triplet: 81, CB and F1. RGB value is (129,203,241). Sum of RGB (Red+Green+Blue) = 129+203+241=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #81CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBF1 is #7E340E. Grayscale: #B8B8B8. Windows color (decimal): -8270863 or 15846273. OLE color: 15846273.

HSL color Cylindrical-coordinate representation of color #81CBF1: hue angle of 200.36º 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 #81CBF1 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 203 241 -
CMYK 0.46 0.16 0 0.05
HSL 200.36º 0.8% 0.73% -
HSV(B) 200.36º 0.46% 0.95% -
XYZ 46.29 53.73 91.15 -
YUV 185.21 159.48 87.91 -
System Red Green Blue C M Y K H S L
Decimal 129 203 241 0.46 0.16 0 0.05 200.36 0.8 0.73
Hex 81 CB F1 2E 10 0 5 C8 50 49
Octal 201 313 361 56 20 0 5 310 120 111
Binary 10000001 11001011 11110001 101110 10000 0 101 11001000 1010000 1001001

Color Harmonies of #81CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CBF1

Black with #81CBF1

Text Example


Text Example

White with #81CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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