Html Css Color HEX #6ACBFC Maya Blue

📋 copy color: '#6ACBFC'

red 106 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #6ACBFC

Tints of Maya Blue #6ACBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 18.89%
G = 36.19%
B = 44.92%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6ACBFC (or 0x6ACBFC) is known color: Maya Blue. HEX triplet: 6A, CB and FC. RGB value is (106,203,252). Sum of RGB (Red+Green+Blue) = 106+203+252=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ACBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACBFC is #953403. Grayscale: #B3B3B3. Windows color (decimal): -9778180 or 16567146. OLE color: 16567146.

HSL color Cylindrical-coordinate representation of color #6ACBFC: hue angle of 200.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACBFC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 203 252 -
CMYK 0.58 0.19 0 0.01
HSL 200.14º 0.96% 0.7% -
HSV(B) 200.14º 0.58% 0.99% -
XYZ 44.87 52.8 99.92 -
YUV 179.58 168.86 75.52 -
System Red Green Blue C M Y K H S L
Decimal 106 203 252 0.58 0.19 0 0.01 200.14 0.96 0.7
Hex 6A CB FC 3A 13 0 1 C8 60 46
Octal 152 313 374 72 23 0 1 310 140 106
Binary 1101010 11001011 11111100 111010 10011 0 1 11001000 1100000 1000110

Color Harmonies of #6ACBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBFC

Black with #6ACBFC

Text Example


Text Example

White with #6ACBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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