Html Css Color HEX #85E2FD Light Sky Blue

📋 copy color: '#85E2FD'

red 133 ◦ green 226 ◦ blue 253

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

Shades of Light Sky Blue #85E2FD

Tints of Light Sky Blue #85E2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 21.73%
G = 36.93%
B = 41.34%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85E2FD (or 0x85E2FD) is known color: Light Sky Blue. HEX triplet: 85, E2 and FD. RGB value is (133,226,253). Sum of RGB (Red+Green+Blue) = 133+226+253=612 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.73% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #85E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E2FD is #7A1D02. Grayscale: #C9C9C9. Windows color (decimal): -8002819 or 16638597. OLE color: 16638597.

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

Color convert

RGB 133 226 253 -
CMYK 0.47 0.11 0 0.01
HSL 193.5º 0.97% 0.76% -
HSV(B) 193.5º 0.47% 0.99% -
XYZ 54.6 66.47 102.88 -
YUV 201.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 133 226 253 0.47 0.11 0 0.01 193.5 0.97 0.76
Hex 85 E2 FD 2F B 0 1 C2 61 4C
Octal 205 342 375 57 13 0 1 302 141 114
Binary 10000101 11100010 11111101 101111 1011 0 1 11000010 1100001 1001100

Color Harmonies of #85E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E2FD

Black with #85E2FD

Text Example


Text Example

White with #85E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,253); }

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

background-color css

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

 a { background-color: rgb(133,226,253); }

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

border-color css

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

 span { border-color: rgb(133,226,253); }

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