Html Css Color HEX #6BCAFC Maya Blue

📋 copy color: '#6BCAFC'

red 107 ◦ green 202 ◦ blue 252

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

Shades of Maya Blue #6BCAFC

Tints of Maya Blue #6BCAFC

RGB

 RED value IS 107 (42.19% from 255) = 19.07%

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 19.07%
G = 36.01%
B = 44.92%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BCAFC (or 0x6BCAFC) is known color: Maya Blue. HEX triplet: 6B, CA and FC. RGB value is (107,202,252). Sum of RGB (Red+Green+Blue) = 107+202+252=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BCAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAFC is #943503. Grayscale: #B3B3B3. Windows color (decimal): -9712900 or 16566891. OLE color: 16566891.

HSL color Cylindrical-coordinate representation of color #6BCAFC: hue angle of 200.69º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCAFC is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 202 252 -
CMYK 0.58 0.20 0 0.01
HSL 200.69º 0.96% 0.7% -
HSV(B) 200.69º 0.58% 0.99% -
XYZ 44.75 52.4 99.85 -
YUV 179.3 169.03 76.43 -
System Red Green Blue C M Y K H S L
Decimal 107 202 252 0.58 0.20 0 0.01 200.69 0.96 0.7
Hex 6B CA FC 3A 14 0 1 C9 60 46
Octal 153 312 374 72 24 0 1 311 140 106
Binary 1101011 11001010 11111100 111010 10100 0 1 11001001 1100000 1000110

Color Harmonies of #6BCAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAFC

Black with #6BCAFC

Text Example


Text Example

White with #6BCAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,252); }

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

background-color css

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

 a { background-color: rgb(107,202,252); }

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

border-color css

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

 span { border-color: rgb(107,202,252); }

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