Html Css Color HEX #85DFFA Light Sky Blue

📋 copy color: '#85DFFA'

red 133 ◦ green 223 ◦ blue 250

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

Shades of Light Sky Blue #85DFFA

Tints of Light Sky Blue #85DFFA

RGB

 RED value IS 133 (52.34% from 255) = 21.95%

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 21.95%
G = 36.8%
B = 41.25%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#85DFFA (or 0x85DFFA) is known color: Light Sky Blue. HEX triplet: 85, DF and FA. RGB value is (133,223,250). Sum of RGB (Red+Green+Blue) = 133+223+250=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #85DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFFA is #7A2005. Grayscale: #C6C6C6. Windows color (decimal): -8003590 or 16441221. OLE color: 16441221.

HSL color Cylindrical-coordinate representation of color #85DFFA: hue angle of 193.85º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85DFFA is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 223 250 -
CMYK 0.47 0.11 0 0.02
HSL 193.85º 0.92% 0.75% -
HSV(B) 193.85º 0.47% 0.98% -
XYZ 53.32 64.66 100.11 -
YUV 199.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 133 223 250 0.47 0.11 0 0.02 193.85 0.92 0.75
Hex 85 DF FA 2F B 0 2 C2 5C 4B
Octal 205 337 372 57 13 0 2 302 134 113
Binary 10000101 11011111 11111010 101111 1011 0 10 11000010 1011100 1001011

Color Harmonies of #85DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFFA

Black with #85DFFA

Text Example


Text Example

White with #85DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DFFA; }

 p { color: rgb(133,223,250); }

 H1.HeaderClassName
 {
   color: #85DFFA;
 }
 .AnyTagClassName
 {
   color: #85DFFA;
 }
</style>

background-color css

<style>
 a { background-color: #85DFFA; }

 a { background-color: rgb(133,223,250); }

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

border-color css

<style>
 span { border-color: #85DFFA; }

 span { border-color: rgb(133,223,250); }

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