Html Css Color HEX #85BAFD Maya Blue

📋 copy color: '#85BAFD'

red 133 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #85BAFD

Tints of Maya Blue #85BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.52%

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 23.25%
G = 32.52%
B = 44.23%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85BAFD (or 0x85BAFD) is known color: Maya Blue. HEX triplet: 85, BA and FD. RGB value is (133,186,253). Sum of RGB (Red+Green+Blue) = 133+186+253=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #85BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFD is #7A4502. Grayscale: #B1B1B1. Windows color (decimal): -8013059 or 16628357. OLE color: 16628357.

HSL color Cylindrical-coordinate representation of color #85BAFD: hue angle of 213.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BAFD is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 186 253 -
CMYK 0.47 0.26 0 0.01
HSL 213.5º 0.97% 0.76% -
HSV(B) 213.5º 0.47% 0.99% -
XYZ 44.96 47.2 99.67 -
YUV 177.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 133 186 253 0.47 0.26 0 0.01 213.5 0.97 0.76
Hex 85 BA FD 2F 1A 0 1 D6 61 4C
Octal 205 272 375 57 32 0 1 326 141 114
Binary 10000101 10111010 11111101 101111 11010 0 1 11010110 1100001 1001100

Color Harmonies of #85BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAFD

Black with #85BAFD

Text Example


Text Example

White with #85BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,253); }

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

background-color css

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

 a { background-color: rgb(133,186,253); }

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

border-color css

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

 span { border-color: rgb(133,186,253); }

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