Html Css Color HEX #81CBED Sky Blue

📋 copy color: '#81CBED'

red 129 ◦ green 203 ◦ blue 237

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

Shades of Sky Blue #81CBED

Tints of Sky Blue #81CBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 22.67%
G = 35.68%
B = 41.65%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81CBED (or 0x81CBED) is known color: Sky Blue. HEX triplet: 81, CB and ED. RGB value is (129,203,237). Sum of RGB (Red+Green+Blue) = 129+203+237=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #81CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBED is #7E3412. Grayscale: #B8B8B8. Windows color (decimal): -8270867 or 15584129. OLE color: 15584129.

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

Color convert

RGB 129 203 237 -
CMYK 0.46 0.14 0 0.07
HSL 198.89º 0.75% 0.72% -
HSV(B) 198.89º 0.46% 0.93% -
XYZ 45.7 53.49 88.04 -
YUV 184.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 129 203 237 0.46 0.14 0 0.07 198.89 0.75 0.72
Hex 81 CB ED 2E E 0 7 C7 4B 48
Octal 201 313 355 56 16 0 7 307 113 110
Binary 10000001 11001011 11101101 101110 1110 0 111 11000111 1001011 1001000

Color Harmonies of #81CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CBED

Black with #81CBED

Text Example


Text Example

White with #81CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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