Html Css Color HEX #85C8EB Sky Blue

📋 copy color: '#85C8EB'

red 133 ◦ green 200 ◦ blue 235

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

Shades of Sky Blue #85C8EB

Tints of Sky Blue #85C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

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

R = 23.42%
G = 35.21%
B = 41.37%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85C8EB (or 0x85C8EB) is known color: Sky Blue. HEX triplet: 85, C8 and EB. RGB value is (133,200,235). Sum of RGB (Red+Green+Blue) = 133+200+235=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #85C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8EB is #7A3714. Grayscale: #B7B7B7. Windows color (decimal): -8009493 or 15452293. OLE color: 15452293.

HSL color Cylindrical-coordinate representation of color #85C8EB: hue angle of 200.59º 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 #85C8EB is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 200 235 -
CMYK 0.43 0.15 0 0.08
HSL 200.59º 0.72% 0.72% -
HSV(B) 200.59º 0.43% 0.92% -
XYZ 45.32 52.29 86.3 -
YUV 183.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 133 200 235 0.43 0.15 0 0.08 200.59 0.72 0.72
Hex 85 C8 EB 2B F 0 8 C9 48 48
Octal 205 310 353 53 17 0 10 311 110 110
Binary 10000101 11001000 11101011 101011 1111 0 1000 11001001 1001000 1001000

Color Harmonies of #85C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C8EB

Black with #85C8EB

Text Example


Text Example

White with #85C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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