Html Css Color HEX #6FCAFE Maya Blue

📋 copy color: '#6FCAFE'

red 111 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #6FCAFE

Tints of Maya Blue #6FCAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 19.58%
G = 35.63%
B = 44.8%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FCAFE (or 0x6FCAFE) is known color: Maya Blue. HEX triplet: 6F, CA and FE. RGB value is (111,202,254). Sum of RGB (Red+Green+Blue) = 111+202+254=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FCAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAFE is #903501. Grayscale: #B4B4B4. Windows color (decimal): -9450754 or 16697967. OLE color: 16697967.

HSL color Cylindrical-coordinate representation of color #6FCAFE: hue angle of 201.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCAFE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 202 254 -
CMYK 0.56 0.20 0 0.00
HSL 201.82º 0.99% 0.72% -
HSV(B) 201.82º 0.56% 1% -
XYZ 45.57 52.78 101.55 -
YUV 180.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 111 202 254 0.56 0.20 0 0.00 201.82 0.99 0.72
Hex 6F CA FE 38 14 0 0 CA 63 48
Octal 157 312 376 70 24 0 0 312 143 110
Binary 1101111 11001010 11111110 111000 10100 0 0 11001010 1100011 1001000

Color Harmonies of #6FCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAFE

Black with #6FCAFE

Text Example


Text Example

White with #6FCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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