Html Css Color HEX #85DCEB Sky Blue

📋 copy color: '#85DCEB'

red 133 ◦ green 220 ◦ blue 235

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

Shades of Sky Blue #85DCEB

Tints of Sky Blue #85DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

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

R = 22.62%
G = 37.41%
B = 39.97%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85DCEB (or 0x85DCEB) is known color: Sky Blue. HEX triplet: 85, DC and EB. RGB value is (133,220,235). Sum of RGB (Red+Green+Blue) = 133+220+235=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #85DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCEB is #7A2314. Grayscale: #C3C3C3. Windows color (decimal): -8004373 or 15457413. OLE color: 15457413.

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

Color convert

RGB 133 220 235 -
CMYK 0.43 0.06 0 0.08
HSL 188.82º 0.72% 0.72% -
HSV(B) 188.82º 0.43% 0.92% -
XYZ 50.26 62.17 87.95 -
YUV 195.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 133 220 235 0.43 0.06 0 0.08 188.82 0.72 0.72
Hex 85 DC EB 2B 6 0 8 BD 48 48
Octal 205 334 353 53 6 0 10 275 110 110
Binary 10000101 11011100 11101011 101011 110 0 1000 10111101 1001000 1001000

Color Harmonies of #85DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCEB

Black with #85DCEB

Text Example


Text Example

White with #85DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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