Html Css Color HEX #85C2EA Sky Blue

📋 copy color: '#85C2EA'

red 133 ◦ green 194 ◦ blue 234

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

Shades of Sky Blue #85C2EA

Tints of Sky Blue #85C2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.58%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 23.71%
G = 34.58%
B = 41.71%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85C2EA (or 0x85C2EA) is known color: Sky Blue. HEX triplet: 85, C2 and EA. RGB value is (133,194,234). Sum of RGB (Red+Green+Blue) = 133+194+234=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #85C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C2EA is #7A3D15. Grayscale: #B4B4B4. Windows color (decimal): -8011030 or 15385221. OLE color: 15385221.

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

Color convert

RGB 133 194 234 -
CMYK 0.43 0.17 0 0.08
HSL 203.76º 0.71% 0.72% -
HSV(B) 203.76º 0.43% 0.92% -
XYZ 43.82 49.51 85.09 -
YUV 180.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 133 194 234 0.43 0.17 0 0.08 203.76 0.71 0.72
Hex 85 C2 EA 2B 11 0 8 CC 47 48
Octal 205 302 352 53 21 0 10 314 107 110
Binary 10000101 11000010 11101010 101011 10001 0 1000 11001100 1000111 1001000

Color Harmonies of #85C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C2EA

Black with #85C2EA

Text Example


Text Example

White with #85C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,234); }

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

background-color css

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

 a { background-color: rgb(133,194,234); }

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

border-color css

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

 span { border-color: rgb(133,194,234); }

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