Html Css Color HEX #6ACBFE Maya Blue

📋 copy color: '#6ACBFE'

red 106 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #6ACBFE

Tints of Maya Blue #6ACBFE

RGB

 RED value IS 106 (41.8% from 255) = 18.83%

 GREEN value IS 203 (79.69% from 255) = 36.06%

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

R = 18.83%
G = 36.06%
B = 45.12%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6ACBFE (or 0x6ACBFE) is known color: Maya Blue. HEX triplet: 6A, CB and FE. RGB value is (106,203,254). Sum of RGB (Red+Green+Blue) = 106+203+254=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ACBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACBFE is #953401. Grayscale: #B3B3B3. Windows color (decimal): -9778178 or 16698218. OLE color: 16698218.

HSL color Cylindrical-coordinate representation of color #6ACBFE: hue angle of 200.68º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACBFE is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 203 254 -
CMYK 0.58 0.20 0 0.00
HSL 200.68º 0.99% 0.71% -
HSV(B) 200.68º 0.58% 1% -
XYZ 45.19 52.93 101.6 -
YUV 179.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 106 203 254 0.58 0.20 0 0.00 200.68 0.99 0.71
Hex 6A CB FE 3A 14 0 0 C9 63 47
Octal 152 313 376 72 24 0 0 311 143 107
Binary 1101010 11001011 11111110 111010 10100 0 0 11001001 1100011 1000111

Color Harmonies of #6ACBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBFE

Black with #6ACBFE

Text Example


Text Example

White with #6ACBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACBFE; }

 p { color: rgb(106,203,254); }

 H1.HeaderClassName
 {
   color: #6ACBFE;
 }
 .AnyTagClassName
 {
   color: #6ACBFE;
 }
</style>

background-color css

<style>
 a { background-color: #6ACBFE; }

 a { background-color: rgb(106,203,254); }

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

border-color css

<style>
 span { border-color: #6ACBFE; }

 span { border-color: rgb(106,203,254); }

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