Html Css Color HEX #8DB2FF Maya Blue

📋 copy color: '#8DB2FF'

red 141 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #8DB2FF

Tints of Maya Blue #8DB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.01%

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

R = 24.56%
G = 31.01%
B = 44.43%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DB2FF (or 0x8DB2FF) is known color: Maya Blue. HEX triplet: 8D, B2 and FF. RGB value is (141,178,255). Sum of RGB (Red+Green+Blue) = 141+178+255=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2FF is #724D00. Grayscale: #AFAFAF. Windows color (decimal): -7490817 or 16757389. OLE color: 16757389.

HSL color Cylindrical-coordinate representation of color #8DB2FF: hue angle of 220.53º 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 #8DB2FF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 178 255 -
CMYK 0.45 0.30 0 0
HSL 220.53º 1% 0.78% -
HSV(B) 220.53º 0.45% 1% -
XYZ 44.95 44.72 100.87 -
YUV 175.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 141 178 255 0.45 0.30 0 0 220.53 1 0.78
Hex 8D B2 FF 2D 1E 0 0 DD 64 4E
Octal 215 262 377 55 36 0 0 335 144 116
Binary 10001101 10110010 11111111 101101 11110 0 0 11011101 1100100 1001110

Color Harmonies of #8DB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2FF

Black with #8DB2FF

Text Example


Text Example

White with #8DB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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