Html Css Color HEX #85BBEE Maya Blue

📋 copy color: '#85BBEE'

red 133 ◦ green 187 ◦ blue 238

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

Shades of Maya Blue #85BBEE

Tints of Maya Blue #85BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 23.84%
G = 33.51%
B = 42.65%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85BBEE (or 0x85BBEE) is known color: Maya Blue. HEX triplet: 85, BB and EE. RGB value is (133,187,238). Sum of RGB (Red+Green+Blue) = 133+187+238=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #85BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBEE is #7A4411. Grayscale: #B0B0B0. Windows color (decimal): -8012818 or 15645573. OLE color: 15645573.

HSL color Cylindrical-coordinate representation of color #85BBEE: hue angle of 209.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BBEE is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 187 238 -
CMYK 0.44 0.21 0 0.07
HSL 209.14º 0.76% 0.73% -
HSV(B) 209.14º 0.44% 0.93% -
XYZ 42.88 46.7 87.64 -
YUV 176.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 133 187 238 0.44 0.21 0 0.07 209.14 0.76 0.73
Hex 85 BB EE 2C 15 0 7 D1 4C 49
Octal 205 273 356 54 25 0 7 321 114 111
Binary 10000101 10111011 11101110 101100 10101 0 111 11010001 1001100 1001001

Color Harmonies of #85BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BBEE

Black with #85BBEE

Text Example


Text Example

White with #85BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,187,238); }

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

background-color css

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

 a { background-color: rgb(133,187,238); }

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

border-color css

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

 span { border-color: rgb(133,187,238); }

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