Html Css Color HEX #6FD8FE Maya Blue

📋 copy color: '#6FD8FE'

red 111 ◦ green 216 ◦ blue 254

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

Shades of Maya Blue #6FD8FE

Tints of Maya Blue #6FD8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

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

R = 19.1%
G = 37.18%
B = 43.72%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FD8FE (or 0x6FD8FE) is known color: Maya Blue. HEX triplet: 6F, D8 and FE. RGB value is (111,216,254). Sum of RGB (Red+Green+Blue) = 111+216+254=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FD8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD8FE is #902701. Grayscale: #BCBCBC. Windows color (decimal): -9447170 or 16701551. OLE color: 16701551.

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

Color convert

RGB 111 216 254 -
CMYK 0.56 0.15 0 0.00
HSL 195.94º 0.99% 0.72% -
HSV(B) 195.94º 0.56% 1% -
XYZ 49 59.65 102.7 -
YUV 188.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 111 216 254 0.56 0.15 0 0.00 195.94 0.99 0.72
Hex 6F D8 FE 38 F 0 0 C4 63 48
Octal 157 330 376 70 17 0 0 304 143 110
Binary 1101111 11011000 11111110 111000 1111 0 0 11000100 1100011 1001000

Color Harmonies of #6FD8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD8FE

Black with #6FD8FE

Text Example


Text Example

White with #6FD8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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