Html Css Color HEX #8CB1FF Maya Blue

📋 copy color: '#8CB1FF'

red 140 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #8CB1FF

Tints of Maya Blue #8CB1FF

RGB

 RED value IS 140 (55.08% from 255) = 24.48%

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

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

R = 24.48%
G = 30.94%
B = 44.58%

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

#8CB1FF (or 0x8CB1FF) is known color: Maya Blue. HEX triplet: 8C, B1 and FF. RGB value is (140,177,255). Sum of RGB (Red+Green+Blue) = 140+177+255=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CB1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB1FF is #734E00. Grayscale: #AEAEAE. Windows color (decimal): -7556609 or 16757132. OLE color: 16757132.

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

Color convert

RGB 140 177 255 -
CMYK 0.45 0.31 0 0
HSL 220.7º 1% 0.77% -
HSV(B) 220.7º 0.45% 1% -
XYZ 44.59 44.24 100.8 -
YUV 174.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 140 177 255 0.45 0.31 0 0 220.7 1 0.77
Hex 8C B1 FF 2D 1F 0 0 DD 64 4D
Octal 214 261 377 55 37 0 0 335 144 115
Binary 10001100 10110001 11111111 101101 11111 0 0 11011101 1100100 1001101

Color Harmonies of #8CB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB1FF

Black with #8CB1FF

Text Example


Text Example

White with #8CB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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