Html Css Color HEX #8DB1FF Maya Blue

📋 copy color: '#8DB1FF'

red 141 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #8DB1FF

Tints of Maya Blue #8DB1FF

RGB

 RED value IS 141 (55.47% from 255) = 24.61%

 GREEN value IS 177 (69.53% from 255) = 30.89%

 BLUE value IS 255 (100% from 255) = 44.5%

R = 24.61%
G = 30.89%
B = 44.5%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DB1FF (or 0x8DB1FF) is known color: Maya Blue. HEX triplet: 8D, B1 and FF. RGB value is (141,177,255). Sum of RGB (Red+Green+Blue) = 141+177+255=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1FF is #724E00. Grayscale: #AEAEAE. Windows color (decimal): -7491073 or 16757133. OLE color: 16757133.

HSL color Cylindrical-coordinate representation of color #8DB1FF: hue angle of 221.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB1FF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 177 255 -
CMYK 0.45 0.31 0 0
HSL 221.05º 1% 0.78% -
HSV(B) 221.05º 0.45% 1% -
XYZ 44.76 44.33 100.8 -
YUV 175.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 141 177 255 0.45 0.31 0 0 221.05 1 0.78
Hex 8D B1 FF 2D 1F 0 0 DD 64 4E
Octal 215 261 377 55 37 0 0 335 144 116
Binary 10001101 10110001 11111111 101101 11111 0 0 11011101 1100100 1001110

Color Harmonies of #8DB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB1FF

Black with #8DB1FF

Text Example


Text Example

White with #8DB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB1FF; }

 p { color: rgb(141,177,255); }

 H1.HeaderClassName
 {
   color: #8DB1FF;
 }
 .AnyTagClassName
 {
   color: #8DB1FF;
 }
</style>

background-color css

<style>
 a { background-color: #8DB1FF; }

 a { background-color: rgb(141,177,255); }

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

border-color css

<style>
 span { border-color: #8DB1FF; }

 span { border-color: rgb(141,177,255); }

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