Html Css Color HEX #85BFF5 Light Sky Blue

📋 copy color: '#85BFF5'

red 133 ◦ green 191 ◦ blue 245

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

Shades of Light Sky Blue #85BFF5

Tints of Light Sky Blue #85BFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.06%

R = 23.37%
G = 33.57%
B = 43.06%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#85BFF5 (or 0x85BFF5) is known color: Light Sky Blue. HEX triplet: 85, BF and F5. RGB value is (133,191,245). Sum of RGB (Red+Green+Blue) = 133+191+245=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #85BFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFF5 is #7A400A. Grayscale: #B3B3B3. Windows color (decimal): -8011787 or 16105349. OLE color: 16105349.

HSL color Cylindrical-coordinate representation of color #85BFF5: hue angle of 208.93º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85BFF5 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 191 245 -
CMYK 0.46 0.22 0 0.04
HSL 208.93º 0.85% 0.74% -
HSV(B) 208.93º 0.46% 0.96% -
XYZ 44.79 48.84 93.45 -
YUV 179.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 133 191 245 0.46 0.22 0 0.04 208.93 0.85 0.74
Hex 85 BF F5 2E 16 0 4 D1 55 4A
Octal 205 277 365 56 26 0 4 321 125 112
Binary 10000101 10111111 11110101 101110 10110 0 100 11010001 1010101 1001010

Color Harmonies of #85BFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFF5

Black with #85BFF5

Text Example


Text Example

White with #85BFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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