Html Css Color HEX #68BCF2 Maya Blue

📋 copy color: '#68BCF2'

red 104 ◦ green 188 ◦ blue 242

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

Shades of Maya Blue #68BCF2

Tints of Maya Blue #68BCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 19.48%
G = 35.21%
B = 45.32%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68BCF2 (or 0x68BCF2) is known color: Maya Blue. HEX triplet: 68, BC and F2. RGB value is (104,188,242). Sum of RGB (Red+Green+Blue) = 104+188+242=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #68BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF2 is #97430D. Grayscale: #A8A8A8. Windows color (decimal): -9913102 or 15907944. OLE color: 15907944.

HSL color Cylindrical-coordinate representation of color #68BCF2: hue angle of 203.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BCF2 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 188 242 -
CMYK 0.57 0.22 0 0.05
HSL 203.48º 0.84% 0.68% -
HSV(B) 203.48º 0.57% 0.95% -
XYZ 39.72 45.32 90.66 -
YUV 169.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 104 188 242 0.57 0.22 0 0.05 203.48 0.84 0.68
Hex 68 BC F2 39 16 0 5 CB 54 44
Octal 150 274 362 71 26 0 5 313 124 104
Binary 1101000 10111100 11110010 111001 10110 0 101 11001011 1010100 1000100

Color Harmonies of #68BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCF2

Black with #68BCF2

Text Example


Text Example

White with #68BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,242); }

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

background-color css

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

 a { background-color: rgb(104,188,242); }

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

border-color css

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

 span { border-color: rgb(104,188,242); }

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