Html Css Color HEX #85DBFE Light Sky Blue

📋 copy color: '#85DBFE'

red 133 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #85DBFE

Tints of Light Sky Blue #85DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.14%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 21.95%
G = 36.14%
B = 41.91%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85DBFE (or 0x85DBFE) is known color: Light Sky Blue. HEX triplet: 85, DB and FE. RGB value is (133,219,254). Sum of RGB (Red+Green+Blue) = 133+219+254=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #85DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBFE is #7A2401. Grayscale: #C5C5C5. Windows color (decimal): -8004610 or 16702341. OLE color: 16702341.

HSL color Cylindrical-coordinate representation of color #85DBFE: hue angle of 197.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85DBFE is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 219 254 -
CMYK 0.48 0.14 0 0.00
HSL 197.36º 0.98% 0.76% -
HSV(B) 197.36º 0.48% 1% -
XYZ 52.89 62.81 103.1 -
YUV 197.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 133 219 254 0.48 0.14 0 0.00 197.36 0.98 0.76
Hex 85 DB FE 30 E 0 0 C5 62 4C
Octal 205 333 376 60 16 0 0 305 142 114
Binary 10000101 11011011 11111110 110000 1110 0 0 11000101 1100010 1001100

Color Harmonies of #85DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBFE

Black with #85DBFE

Text Example


Text Example

White with #85DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,254); }

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

background-color css

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

 a { background-color: rgb(133,219,254); }

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

border-color css

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

 span { border-color: rgb(133,219,254); }

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