Html Css Color HEX #6FACFD Maya Blue

📋 copy color: '#6FACFD'

red 111 ◦ green 172 ◦ blue 253

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

Shades of Maya Blue #6FACFD

Tints of Maya Blue #6FACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 20.71%
G = 32.09%
B = 47.2%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FACFD (or 0x6FACFD) is known color: Maya Blue. HEX triplet: 6F, AC and FD. RGB value is (111,172,253). Sum of RGB (Red+Green+Blue) = 111+172+253=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACFD is #905302. Grayscale: #A2A2A2. Windows color (decimal): -9458435 or 16624751. OLE color: 16624751.

HSL color Cylindrical-coordinate representation of color #6FACFD: hue angle of 214.23º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FACFD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 172 253 -
CMYK 0.56 0.32 0 0.01
HSL 214.23º 0.97% 0.71% -
HSV(B) 214.23º 0.56% 0.99% -
XYZ 39.04 39.98 98.59 -
YUV 163 178.79 90.91 -
System Red Green Blue C M Y K H S L
Decimal 111 172 253 0.56 0.32 0 0.01 214.23 0.97 0.71
Hex 6F AC FD 38 20 0 1 D6 61 47
Octal 157 254 375 70 40 0 1 326 141 107
Binary 1101111 10101100 11111101 111000 100000 0 1 11010110 1100001 1000111

Color Harmonies of #6FACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACFD

Black with #6FACFD

Text Example


Text Example

White with #6FACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,172,253); }

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

background-color css

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

 a { background-color: rgb(111,172,253); }

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

border-color css

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

 span { border-color: rgb(111,172,253); }

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