Html Css Color HEX #85D1EA Sky Blue

📋 copy color: '#85D1EA'

red 133 ◦ green 209 ◦ blue 234

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

Shades of Sky Blue #85D1EA

Tints of Sky Blue #85D1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.28%

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

R = 23.09%
G = 36.28%
B = 40.63%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85D1EA (or 0x85D1EA) is known color: Sky Blue. HEX triplet: 85, D1 and EA. RGB value is (133,209,234). Sum of RGB (Red+Green+Blue) = 133+209+234=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #85D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D1EA is #7A2E15. Grayscale: #BCBCBC. Windows color (decimal): -8007190 or 15389061. OLE color: 15389061.

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

Color convert

RGB 133 209 234 -
CMYK 0.43 0.11 0 0.08
HSL 194.85º 0.71% 0.72% -
HSV(B) 194.85º 0.43% 0.92% -
XYZ 47.32 56.53 86.26 -
YUV 189.13 153.32 87.97 -
System Red Green Blue C M Y K H S L
Decimal 133 209 234 0.43 0.11 0 0.08 194.85 0.71 0.72
Hex 85 D1 EA 2B B 0 8 C3 47 48
Octal 205 321 352 53 13 0 10 303 107 110
Binary 10000101 11010001 11101010 101011 1011 0 1000 11000011 1000111 1001000

Color Harmonies of #85D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D1EA

Black with #85D1EA

Text Example


Text Example

White with #85D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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