#81CDEE

Color #81CDEE Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #81CDEE

Tints of Sky Blue #81CDEE

Color information

#81CDEE (or 0x81CDEE) is unknown color: approx Sky Blue. HEX triplet: 81, CD and EE. RGB value is (129,205,238). Sum of RGB (Red+Green+Blue) = 129+205+238=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #81CDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CDEE is #7E3211. Grayscale: #B9B9B9. Windows color (decimal): -8270354 or 15650177. OLE color: 15650177.

HSL color Cylindrical-coordinate representation of color #81CDEE: hue angle of 198.17º degrees, saturation: 0.76, 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 #81CDEE is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129205238-
CMYK0.460.1400.07
HSL198.17º76.22%71.96%-
HSV(B)198.17º45.8%93.33%-
XYZ46.3254.588.97-
YUV186.04157.3287.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.55%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=22.55%
G=35.84%
B=41.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292052380.460.1400.07198.1776.2271.96
Hex81CDEE2EE07c64c48
Octal201315356561607306114110
Binary100000011100110111101110101110111001111100011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,205,238); }

 H1.HeaderClassName
 {
   color: #81CDEE;
 }
 .AnyTagClassName
 {
   color: #81CDEE;
 }
</style>
background-color css

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

 a { background-color: rgb(129,205,238); }

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

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

 span { border-color: rgb(129,205,238); }

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