Html Css Color HEX #6FCAED Maya Blue

📋 copy color: '#6FCAED'

red 111 ◦ green 202 ◦ blue 237

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

Shades of Maya Blue #6FCAED

Tints of Maya Blue #6FCAED

RGB

 RED value IS 111 (43.75% from 255) = 20.18%

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 20.18%
G = 36.73%
B = 43.09%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FCAED (or 0x6FCAED) is known color: Maya Blue. HEX triplet: 6F, CA and ED. RGB value is (111,202,237). Sum of RGB (Red+Green+Blue) = 111+202+237=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAED is #903512. Grayscale: #B2B2B2. Windows color (decimal): -9450771 or 15583855. OLE color: 15583855.

HSL color Cylindrical-coordinate representation of color #6FCAED: hue angle of 196.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCAED is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 202 237 -
CMYK 0.53 0.15 0 0.07
HSL 196.67º 0.78% 0.68% -
HSV(B) 196.67º 0.53% 0.93% -
XYZ 42.96 51.73 87.84 -
YUV 178.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 111 202 237 0.53 0.15 0 0.07 196.67 0.78 0.68
Hex 6F CA ED 35 F 0 7 C5 4E 44
Octal 157 312 355 65 17 0 7 305 116 104
Binary 1101111 11001010 11101101 110101 1111 0 111 11000101 1001110 1000100

Color Harmonies of #6FCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAED

Black with #6FCAED

Text Example


Text Example

White with #6FCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,237); }

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

background-color css

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

 a { background-color: rgb(111,202,237); }

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

border-color css

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

 span { border-color: rgb(111,202,237); }

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