Html Css Color HEX #85D5FD Light Sky Blue

📋 copy color: '#85D5FD'

red 133 ◦ green 213 ◦ blue 253

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

Shades of Light Sky Blue #85D5FD

Tints of Light Sky Blue #85D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.56%

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

R = 22.2%
G = 35.56%
B = 42.24%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85D5FD (or 0x85D5FD) is known color: Light Sky Blue. HEX triplet: 85, D5 and FD. RGB value is (133,213,253). Sum of RGB (Red+Green+Blue) = 133+213+253=599 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.20% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #85D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D5FD is #7A2A02. Grayscale: #C1C1C1. Windows color (decimal): -8006147 or 16635269. OLE color: 16635269.

HSL color Cylindrical-coordinate representation of color #85D5FD: hue angle of 200º 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 #85D5FD is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 213 253 -
CMYK 0.47 0.16 0 0.01
HSL 200º 0.97% 0.76% -
HSV(B) 200º 0.47% 0.99% -
XYZ 51.2 59.67 101.75 -
YUV 193.64 161.5 84.75 -
System Red Green Blue C M Y K H S L
Decimal 133 213 253 0.47 0.16 0 0.01 200 0.97 0.76
Hex 85 D5 FD 2F 10 0 1 C8 61 4C
Octal 205 325 375 57 20 0 1 310 141 114
Binary 10000101 11010101 11111101 101111 10000 0 1 11001000 1100001 1001100

Color Harmonies of #85D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D5FD

Black with #85D5FD

Text Example


Text Example

White with #85D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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