Html Css Color HEX #85DBFC Light Sky Blue

📋 copy color: '#85DBFC'

red 133 ◦ green 219 ◦ blue 252

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

Shades of Light Sky Blue #85DBFC

Tints of Light Sky Blue #85DBFC

RGB

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

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

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

R = 22.02%
G = 36.26%
B = 41.72%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85DBFC (or 0x85DBFC) is known color: Light Sky Blue. HEX triplet: 85, DB and FC. RGB value is (133,219,252). Sum of RGB (Red+Green+Blue) = 133+219+252=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 219 (85.94% from 255 or 36.26% 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 #85DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBFC is #7A2403. Grayscale: #C4C4C4. Windows color (decimal): -8004612 or 16571269. OLE color: 16571269.

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

Color convert

RGB 133 219 252 -
CMYK 0.47 0.13 0 0.01
HSL 196.64º 0.95% 0.75% -
HSV(B) 196.64º 0.47% 0.99% -
XYZ 52.58 62.68 101.42 -
YUV 197.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 133 219 252 0.47 0.13 0 0.01 196.64 0.95 0.75
Hex 85 DB FC 2F D 0 1 C5 5F 4B
Octal 205 333 374 57 15 0 1 305 137 113
Binary 10000101 11011011 11111100 101111 1101 0 1 11000101 1011111 1001011

Color Harmonies of #85DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBFC

Black with #85DBFC

Text Example


Text Example

White with #85DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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