Html Css Color HEX #85BFEB Sky Blue

📋 copy color: '#85BFEB'

red 133 ◦ green 191 ◦ blue 235

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

Shades of Sky Blue #85BFEB

Tints of Sky Blue #85BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 23.79%
G = 34.17%
B = 42.04%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85BFEB (or 0x85BFEB) is known color: Sky Blue. HEX triplet: 85, BF and EB. RGB value is (133,191,235). Sum of RGB (Red+Green+Blue) = 133+191+235=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #85BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFEB is #7A4014. Grayscale: #B2B2B2. Windows color (decimal): -8011797 or 15449989. OLE color: 15449989.

HSL color Cylindrical-coordinate representation of color #85BFEB: hue angle of 205.88º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BFEB is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 191 235 -
CMYK 0.43 0.19 0 0.08
HSL 205.88º 0.72% 0.72% -
HSV(B) 205.88º 0.43% 0.92% -
XYZ 43.3 48.25 85.63 -
YUV 178.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 133 191 235 0.43 0.19 0 0.08 205.88 0.72 0.72
Hex 85 BF EB 2B 13 0 8 CE 48 48
Octal 205 277 353 53 23 0 10 316 110 110
Binary 10000101 10111111 11101011 101011 10011 0 1000 11001110 1001000 1001000

Color Harmonies of #85BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFEB

Black with #85BFEB

Text Example


Text Example

White with #85BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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