Html Css Color HEX #8CB1FE Maya Blue

📋 copy color: '#8CB1FE'

red 140 ◦ green 177 ◦ blue 254

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

Shades of Maya Blue #8CB1FE

Tints of Maya Blue #8CB1FE

RGB

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

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

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

R = 24.52%
G = 31%
B = 44.48%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CB1FE (or 0x8CB1FE) is known color: Maya Blue. HEX triplet: 8C, B1 and FE. RGB value is (140,177,254). Sum of RGB (Red+Green+Blue) = 140+177+254=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB1FE is #734E01. Grayscale: #AEAEAE. Windows color (decimal): -7556610 or 16691596. OLE color: 16691596.

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

Color convert

RGB 140 177 254 -
CMYK 0.45 0.30 0 0.00
HSL 220.53º 0.98% 0.77% -
HSV(B) 220.53º 0.45% 1% -
XYZ 44.43 44.18 99.95 -
YUV 174.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 140 177 254 0.45 0.30 0 0.00 220.53 0.98 0.77
Hex 8C B1 FE 2D 1E 0 0 DD 62 4D
Octal 214 261 376 55 36 0 0 335 142 115
Binary 10001100 10110001 11111110 101101 11110 0 0 11011101 1100010 1001101

Color Harmonies of #8CB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB1FE

Black with #8CB1FE

Text Example


Text Example

White with #8CB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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