Html Css Color HEX #85BEDE Sky Blue

📋 copy color: '#85BEDE'

red 133 ◦ green 190 ◦ blue 222

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

Shades of Sky Blue #85BEDE

Tints of Sky Blue #85BEDE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.86%

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 24.4%
G = 34.86%
B = 40.73%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85BEDE (or 0x85BEDE) is known color: Sky Blue. HEX triplet: 85, BE and DE. RGB value is (133,190,222). Sum of RGB (Red+Green+Blue) = 133+190+222=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #85BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEDE is #7A4121. Grayscale: #B0B0B0. Windows color (decimal): -8012066 or 14597765. OLE color: 14597765.

HSL color Cylindrical-coordinate representation of color #85BEDE: hue angle of 201.57º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BEDE is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 190 222 -
CMYK 0.40 0.14 0 0.13
HSL 201.57º 0.57% 0.7% -
HSV(B) 201.57º 0.4% 0.87% -
XYZ 41.27 47.09 76.02 -
YUV 176.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 133 190 222 0.40 0.14 0 0.13 201.57 0.57 0.7
Hex 85 BE DE 28 E 0 D CA 39 46
Octal 205 276 336 50 16 0 15 312 71 106
Binary 10000101 10111110 11011110 101000 1110 0 1101 11001010 111001 1000110

Color Harmonies of #85BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEDE

Black with #85BEDE

Text Example


Text Example

White with #85BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,222); }

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

background-color css

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

 a { background-color: rgb(133,190,222); }

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

border-color css

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

 span { border-color: rgb(133,190,222); }

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