Html Css Color HEX #6FCEFE Maya Blue

📋 copy color: '#6FCEFE'

red 111 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #6FCEFE

Tints of Maya Blue #6FCEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.08%

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

R = 19.44%
G = 36.08%
B = 44.48%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FCEFE (or 0x6FCEFE) is known color: Maya Blue. HEX triplet: 6F, CE and FE. RGB value is (111,206,254). Sum of RGB (Red+Green+Blue) = 111+206+254=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FCEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEFE is #903101. Grayscale: #B6B6B6. Windows color (decimal): -9449730 or 16698991. OLE color: 16698991.

HSL color Cylindrical-coordinate representation of color #6FCEFE: hue angle of 200.14º 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 #6FCEFE is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 206 254 -
CMYK 0.56 0.19 0 0.00
HSL 200.14º 0.99% 0.72% -
HSV(B) 200.14º 0.56% 1% -
XYZ 46.52 54.68 101.87 -
YUV 183.07 168.03 76.6 -
System Red Green Blue C M Y K H S L
Decimal 111 206 254 0.56 0.19 0 0.00 200.14 0.99 0.72
Hex 6F CE FE 38 13 0 0 C8 63 48
Octal 157 316 376 70 23 0 0 310 143 110
Binary 1101111 11001110 11111110 111000 10011 0 0 11001000 1100011 1001000

Color Harmonies of #6FCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEFE

Black with #6FCEFE

Text Example


Text Example

White with #6FCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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