Html Css Color HEX #85BFF1 Light Sky Blue

📋 copy color: '#85BFF1'

red 133 ◦ green 191 ◦ blue 241

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

Shades of Light Sky Blue #85BFF1

Tints of Light Sky Blue #85BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 33.81%

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

R = 23.54%
G = 33.81%
B = 42.65%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85BFF1 (or 0x85BFF1) is known color: Light Sky Blue. HEX triplet: 85, BF and F1. RGB value is (133,191,241). Sum of RGB (Red+Green+Blue) = 133+191+241=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #85BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFF1 is #7A400E. Grayscale: #B3B3B3. Windows color (decimal): -8011791 or 15843205. OLE color: 15843205.

HSL color Cylindrical-coordinate representation of color #85BFF1: hue angle of 207.78º 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 #85BFF1 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 191 241 -
CMYK 0.45 0.21 0 0.05
HSL 207.78º 0.79% 0.73% -
HSV(B) 207.78º 0.45% 0.95% -
XYZ 44.18 48.6 90.27 -
YUV 179.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 133 191 241 0.45 0.21 0 0.05 207.78 0.79 0.73
Hex 85 BF F1 2D 15 0 5 D0 4F 49
Octal 205 277 361 55 25 0 5 320 117 111
Binary 10000101 10111111 11110001 101101 10101 0 101 11010000 1001111 1001001

Color Harmonies of #85BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFF1

Black with #85BFF1

Text Example


Text Example

White with #85BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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