Html Css Color HEX #81DFFC Light Sky Blue

📋 copy color: '#81DFFC'

red 129 ◦ green 223 ◦ blue 252

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

Shades of Light Sky Blue #81DFFC

Tints of Light Sky Blue #81DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 21.36%
G = 36.92%
B = 41.72%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81DFFC (or 0x81DFFC) is known color: Light Sky Blue. HEX triplet: 81, DF and FC. RGB value is (129,223,252). Sum of RGB (Red+Green+Blue) = 129+223+252=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #81DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFFC is #7E2003. Grayscale: #C5C5C5. Windows color (decimal): -8265732 or 16572289. OLE color: 16572289.

HSL color Cylindrical-coordinate representation of color #81DFFC: hue angle of 194.15º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DFFC is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 223 252 -
CMYK 0.49 0.12 0 0.01
HSL 194.15º 0.95% 0.75% -
HSV(B) 194.15º 0.49% 0.99% -
XYZ 53.01 64.47 101.75 -
YUV 198.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 129 223 252 0.49 0.12 0 0.01 194.15 0.95 0.75
Hex 81 DF FC 31 C 0 1 C2 5F 4B
Octal 201 337 374 61 14 0 1 302 137 113
Binary 10000001 11011111 11111100 110001 1100 0 1 11000010 1011111 1001011

Color Harmonies of #81DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DFFC

Black with #81DFFC

Text Example


Text Example

White with #81DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,223,252); }

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

background-color css

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

 a { background-color: rgb(129,223,252); }

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

border-color css

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

 span { border-color: rgb(129,223,252); }

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