Html Css Color HEX #85C6EA Sky Blue

📋 copy color: '#85C6EA'

red 133 ◦ green 198 ◦ blue 234

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

Shades of Sky Blue #85C6EA

Tints of Sky Blue #85C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

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

R = 23.54%
G = 35.04%
B = 41.42%

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

#85C6EA (or 0x85C6EA) is known color: Sky Blue. HEX triplet: 85, C6 and EA. RGB value is (133,198,234). Sum of RGB (Red+Green+Blue) = 133+198+234=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #85C6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C6EA is #7A3915. Grayscale: #B6B6B6. Windows color (decimal): -8010006 or 15386245. OLE color: 15386245.

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

Color convert

RGB 133 198 234 -
CMYK 0.43 0.15 0 0.08
HSL 201.39º 0.71% 0.72% -
HSV(B) 201.39º 0.43% 0.92% -
XYZ 44.72 51.32 85.39 -
YUV 182.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 133 198 234 0.43 0.15 0 0.08 201.39 0.71 0.72
Hex 85 C6 EA 2B F 0 8 C9 47 48
Octal 205 306 352 53 17 0 10 311 107 110
Binary 10000101 11000110 11101010 101011 1111 0 1000 11001001 1000111 1001000

Color Harmonies of #85C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C6EA

Black with #85C6EA

Text Example


Text Example

White with #85C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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