Html Css Color HEX #85DBFB Light Sky Blue

📋 copy color: '#85DBFB'

red 133 ◦ green 219 ◦ blue 251

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

Shades of Light Sky Blue #85DBFB

Tints of Light Sky Blue #85DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 22.06%
G = 36.32%
B = 41.63%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#85DBFB (or 0x85DBFB) is known color: Light Sky Blue. HEX triplet: 85, DB and FB. RGB value is (133,219,251). Sum of RGB (Red+Green+Blue) = 133+219+251=603 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.06% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #85DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBFB is #7A2404. Grayscale: #C4C4C4. Windows color (decimal): -8004613 or 16505733. OLE color: 16505733.

HSL color Cylindrical-coordinate representation of color #85DBFB: hue angle of 196.27º degrees, saturation: 0.94, 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 #85DBFB is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 219 251 -
CMYK 0.47 0.13 0 0.02
HSL 196.27º 0.94% 0.75% -
HSV(B) 196.27º 0.47% 0.98% -
XYZ 52.42 62.61 100.59 -
YUV 196.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 133 219 251 0.47 0.13 0 0.02 196.27 0.94 0.75
Hex 85 DB FB 2F D 0 2 C4 5E 4B
Octal 205 333 373 57 15 0 2 304 136 113
Binary 10000101 11011011 11111011 101111 1101 0 10 11000100 1011110 1001011

Color Harmonies of #85DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBFB

Black with #85DBFB

Text Example


Text Example

White with #85DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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