Html Css Color HEX #68C2F7 Maya Blue

📋 copy color: '#68C2F7'

red 104 ◦ green 194 ◦ blue 247

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

Shades of Maya Blue #68C2F7

Tints of Maya Blue #68C2F7

RGB

 RED value IS 104 (41.02% from 255) = 19.08%

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 247 (96.88% from 255) = 45.32%

R = 19.08%
G = 35.6%
B = 45.32%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68C2F7 (or 0x68C2F7) is known color: Maya Blue. HEX triplet: 68, C2 and F7. RGB value is (104,194,247). Sum of RGB (Red+Green+Blue) = 104+194+247=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #68C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2F7 is #973D08. Grayscale: #ACACAC. Windows color (decimal): -9911561 or 16237160. OLE color: 16237160.

HSL color Cylindrical-coordinate representation of color #68C2F7: hue angle of 202.24º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C2F7 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 194 247 -
CMYK 0.58 0.21 0 0.03
HSL 202.24º 0.9% 0.69% -
HSV(B) 202.24º 0.58% 0.97% -
XYZ 41.79 48.24 95.1 -
YUV 173.13 169.68 78.69 -
System Red Green Blue C M Y K H S L
Decimal 104 194 247 0.58 0.21 0 0.03 202.24 0.9 0.69
Hex 68 C2 F7 3A 15 0 3 CA 5A 45
Octal 150 302 367 72 25 0 3 312 132 105
Binary 1101000 11000010 11110111 111010 10101 0 11 11001010 1011010 1000101

Color Harmonies of #68C2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2F7

Black with #68C2F7

Text Example


Text Example

White with #68C2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C2F7; }

 p { color: rgb(104,194,247); }

 H1.HeaderClassName
 {
   color: #68C2F7;
 }
 .AnyTagClassName
 {
   color: #68C2F7;
 }
</style>

background-color css

<style>
 a { background-color: #68C2F7; }

 a { background-color: rgb(104,194,247); }

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

border-color css

<style>
 span { border-color: #68C2F7; }

 span { border-color: rgb(104,194,247); }

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