Html Css Color HEX #6FCAEF Maya Blue

📋 copy color: '#6FCAEF'

red 111 ◦ green 202 ◦ blue 239

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

Shades of Maya Blue #6FCAEF

Tints of Maya Blue #6FCAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 20.11%
G = 36.59%
B = 43.3%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FCAEF (or 0x6FCAEF) is known color: Maya Blue. HEX triplet: 6F, CA and EF. RGB value is (111,202,239). Sum of RGB (Red+Green+Blue) = 111+202+239=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAEF is #903510. Grayscale: #B2B2B2. Windows color (decimal): -9450769 or 15714927. OLE color: 15714927.

HSL color Cylindrical-coordinate representation of color #6FCAEF: hue angle of 197.34º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCAEF is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 202 239 -
CMYK 0.54 0.15 0 0.06
HSL 197.34º 0.8% 0.69% -
HSV(B) 197.34º 0.54% 0.94% -
XYZ 43.26 51.85 89.39 -
YUV 179.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 111 202 239 0.54 0.15 0 0.06 197.34 0.8 0.69
Hex 6F CA EF 36 F 0 6 C5 50 45
Octal 157 312 357 66 17 0 6 305 120 105
Binary 1101111 11001010 11101111 110110 1111 0 110 11000101 1010000 1000101

Color Harmonies of #6FCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAEF

Black with #6FCAEF

Text Example


Text Example

White with #6FCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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