Html Css Color HEX #85BDFE Maya Blue

📋 copy color: '#85BDFE'

red 133 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #85BDFE

Tints of Maya Blue #85BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.81%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 23.09%
G = 32.81%
B = 44.1%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85BDFE (or 0x85BDFE) is known color: Maya Blue. HEX triplet: 85, BD and FE. RGB value is (133,189,254). Sum of RGB (Red+Green+Blue) = 133+189+254=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #85BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDFE is #7A4201. Grayscale: #B3B3B3. Windows color (decimal): -8012290 or 16694661. OLE color: 16694661.

HSL color Cylindrical-coordinate representation of color #85BDFE: hue angle of 212.23º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BDFE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 189 254 -
CMYK 0.48 0.26 0 0.00
HSL 212.23º 0.98% 0.76% -
HSV(B) 212.23º 0.48% 1% -
XYZ 45.76 48.54 100.72 -
YUV 179.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 133 189 254 0.48 0.26 0 0.00 212.23 0.98 0.76
Hex 85 BD FE 30 1A 0 0 D4 62 4C
Octal 205 275 376 60 32 0 0 324 142 114
Binary 10000101 10111101 11111110 110000 11010 0 0 11010100 1100010 1001100

Color Harmonies of #85BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDFE

Black with #85BDFE

Text Example


Text Example

White with #85BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,254); }

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

background-color css

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

 a { background-color: rgb(133,189,254); }

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

border-color css

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

 span { border-color: rgb(133,189,254); }

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