Html Css Color HEX #6CD4FF Maya Blue

📋 copy color: '#6CD4FF'

red 108 ◦ green 212 ◦ blue 255

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

Shades of Maya Blue #6CD4FF

Tints of Maya Blue #6CD4FF

RGB

 RED value IS 108 (42.58% from 255) = 18.78%

 GREEN value IS 212 (83.2% from 255) = 36.87%

 BLUE value IS 255 (100% from 255) = 44.35%

R = 18.78%
G = 36.87%
B = 44.35%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6CD4FF (or 0x6CD4FF) is known color: Maya Blue. HEX triplet: 6C, D4 and FF. RGB value is (108,212,255). Sum of RGB (Red+Green+Blue) = 108+212+255=575 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.78% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CD4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD4FF is #932B00. Grayscale: #B9B9B9. Windows color (decimal): -9644801 or 16766060. OLE color: 16766060.

HSL color Cylindrical-coordinate representation of color #6CD4FF: hue angle of 197.55º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CD4FF is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 108 212 255 -
CMYK 0.58 0.17 0 0
HSL 197.55º 1% 0.71% -
HSV(B) 197.55º 0.58% 1% -
XYZ 47.78 57.5 103.19 -
YUV 185.81 167.04 72.5 -
System Red Green Blue C M Y K H S L
Decimal 108 212 255 0.58 0.17 0 0 197.55 1 0.71
Hex 6C D4 FF 3A 11 0 0 C6 64 47
Octal 154 324 377 72 21 0 0 306 144 107
Binary 1101100 11010100 11111111 111010 10001 0 0 11000110 1100100 1000111

Color Harmonies of #6CD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD4FF

Black with #6CD4FF

Text Example


Text Example

White with #6CD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,212,255); }

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

background-color css

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

 a { background-color: rgb(108,212,255); }

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

border-color css

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

 span { border-color: rgb(108,212,255); }

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