Html Css Color HEX #6FCCF2 Maya Blue

📋 copy color: '#6FCCF2'

red 111 ◦ green 204 ◦ blue 242

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

Shades of Maya Blue #6FCCF2

Tints of Maya Blue #6FCCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.62%

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 19.93%
G = 36.62%
B = 43.45%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FCCF2 (or 0x6FCCF2) is known color: Maya Blue. HEX triplet: 6F, CC and F2. RGB value is (111,204,242). Sum of RGB (Red+Green+Blue) = 111+204+242=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FCCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCF2 is #90330D. Grayscale: #B4B4B4. Windows color (decimal): -9450254 or 15912047. OLE color: 15912047.

HSL color Cylindrical-coordinate representation of color #6FCCF2: hue angle of 197.4º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCCF2 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 204 242 -
CMYK 0.54 0.16 0 0.05
HSL 197.4º 0.83% 0.69% -
HSV(B) 197.4º 0.54% 0.95% -
XYZ 44.18 52.98 91.9 -
YUV 180.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 111 204 242 0.54 0.16 0 0.05 197.4 0.83 0.69
Hex 6F CC F2 36 10 0 5 C5 53 45
Octal 157 314 362 66 20 0 5 305 123 105
Binary 1101111 11001100 11110010 110110 10000 0 101 11000101 1010011 1000101

Color Harmonies of #6FCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCF2

Black with #6FCCF2

Text Example


Text Example

White with #6FCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,204,242); }

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

background-color css

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

 a { background-color: rgb(111,204,242); }

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

border-color css

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

 span { border-color: rgb(111,204,242); }

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