Html Css Color HEX #85BDF1 Light Sky Blue

📋 copy color: '#85BDF1'

red 133 ◦ green 189 ◦ blue 241

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

Shades of Light Sky Blue #85BDF1

Tints of Light Sky Blue #85BDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 23.62%
G = 33.57%
B = 42.81%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85BDF1 (or 0x85BDF1) is known color: Light Sky Blue. HEX triplet: 85, BD and F1. RGB value is (133,189,241). Sum of RGB (Red+Green+Blue) = 133+189+241=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #85BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDF1 is #7A420E. Grayscale: #B1B1B1. Windows color (decimal): -8012303 or 15842693. OLE color: 15842693.

HSL color Cylindrical-coordinate representation of color #85BDF1: hue angle of 208.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BDF1 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 189 241 -
CMYK 0.45 0.22 0 0.05
HSL 208.89º 0.79% 0.73% -
HSV(B) 208.89º 0.45% 0.95% -
XYZ 43.75 47.73 90.13 -
YUV 178.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 133 189 241 0.45 0.22 0 0.05 208.89 0.79 0.73
Hex 85 BD F1 2D 16 0 5 D1 4F 49
Octal 205 275 361 55 26 0 5 321 117 111
Binary 10000101 10111101 11110001 101101 10110 0 101 11010001 1001111 1001001

Color Harmonies of #85BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDF1

Black with #85BDF1

Text Example


Text Example

White with #85BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,241); }

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

background-color css

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

 a { background-color: rgb(133,189,241); }

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

border-color css

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

 span { border-color: rgb(133,189,241); }

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