Html Css Color HEX #6FCAFD Maya Blue

📋 copy color: '#6FCAFD'

red 111 ◦ green 202 ◦ blue 253

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

Shades of Maya Blue #6FCAFD

Tints of Maya Blue #6FCAFD

RGB

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

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

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

R = 19.61%
G = 35.69%
B = 44.7%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FCAFD (or 0x6FCAFD) is known color: Maya Blue. HEX triplet: 6F, CA and FD. RGB value is (111,202,253). Sum of RGB (Red+Green+Blue) = 111+202+253=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAFD is #903502. Grayscale: #B4B4B4. Windows color (decimal): -9450755 or 16632431. OLE color: 16632431.

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

Color convert

RGB 111 202 253 -
CMYK 0.56 0.20 0 0.01
HSL 201.55º 0.97% 0.71% -
HSV(B) 201.55º 0.56% 0.99% -
XYZ 45.41 52.71 100.71 -
YUV 180.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 111 202 253 0.56 0.20 0 0.01 201.55 0.97 0.71
Hex 6F CA FD 38 14 0 1 CA 61 47
Octal 157 312 375 70 24 0 1 312 141 107
Binary 1101111 11001010 11111101 111000 10100 0 1 11001010 1100001 1000111

Color Harmonies of #6FCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAFD

Black with #6FCAFD

Text Example


Text Example

White with #6FCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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