Html Css Color HEX #6ACDFC Maya Blue

📋 copy color: '#6ACDFC'

red 106 ◦ green 205 ◦ blue 252

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

Shades of Maya Blue #6ACDFC

Tints of Maya Blue #6ACDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

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

R = 18.83%
G = 36.41%
B = 44.76%

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

#6ACDFC (or 0x6ACDFC) is known color: Maya Blue. HEX triplet: 6A, CD and FC. RGB value is (106,205,252). Sum of RGB (Red+Green+Blue) = 106+205+252=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ACDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACDFC is #953203. Grayscale: #B4B4B4. Windows color (decimal): -9777668 or 16567658. OLE color: 16567658.

HSL color Cylindrical-coordinate representation of color #6ACDFC: hue angle of 199.32º 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 #6ACDFC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 205 252 -
CMYK 0.58 0.19 0 0.01
HSL 199.32º 0.96% 0.7% -
HSV(B) 199.32º 0.58% 0.99% -
XYZ 45.35 53.76 100.08 -
YUV 180.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 106 205 252 0.58 0.19 0 0.01 199.32 0.96 0.7
Hex 6A CD FC 3A 13 0 1 C7 60 46
Octal 152 315 374 72 23 0 1 307 140 106
Binary 1101010 11001101 11111100 111010 10011 0 1 11000111 1100000 1000110

Color Harmonies of #6ACDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDFC

Black with #6ACDFC

Text Example


Text Example

White with #6ACDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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