Html Css Color HEX #6CCAFA Maya Blue

📋 copy color: '#6CCAFA'

red 108 ◦ green 202 ◦ blue 250

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

Shades of Maya Blue #6CCAFA

Tints of Maya Blue #6CCAFA

RGB

 RED value IS 108 (42.58% from 255) = 19.29%

 GREEN value IS 202 (79.3% from 255) = 36.07%

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 19.29%
G = 36.07%
B = 44.64%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6CCAFA (or 0x6CCAFA) is known color: Maya Blue. HEX triplet: 6C, CA and FA. RGB value is (108,202,250). Sum of RGB (Red+Green+Blue) = 108+202+250=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #6CCAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCAFA is #933505. Grayscale: #B3B3B3. Windows color (decimal): -9647366 or 16435820. OLE color: 16435820.

HSL color Cylindrical-coordinate representation of color #6CCAFA: hue angle of 200.28º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CCAFA is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 202 250 -
CMYK 0.57 0.19 0 0.02
HSL 200.28º 0.93% 0.7% -
HSV(B) 200.28º 0.57% 0.98% -
XYZ 44.56 52.33 98.19 -
YUV 179.37 167.86 77.1 -
System Red Green Blue C M Y K H S L
Decimal 108 202 250 0.57 0.19 0 0.02 200.28 0.93 0.7
Hex 6C CA FA 39 13 0 2 C8 5D 46
Octal 154 312 372 71 23 0 2 310 135 106
Binary 1101100 11001010 11111010 111001 10011 0 10 11001000 1011101 1000110

Color Harmonies of #6CCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAFA

Black with #6CCAFA

Text Example


Text Example

White with #6CCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,202,250); }

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

background-color css

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

 a { background-color: rgb(108,202,250); }

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

border-color css

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

 span { border-color: rgb(108,202,250); }

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