Html Css Color HEX #68CAF4 Maya Blue

📋 copy color: '#68CAF4'

red 104 ◦ green 202 ◦ blue 244

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

Shades of Maya Blue #68CAF4

Tints of Maya Blue #68CAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.36%

R = 18.91%
G = 36.73%
B = 44.36%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68CAF4 (or 0x68CAF4) is known color: Maya Blue. HEX triplet: 68, CA and F4. RGB value is (104,202,244). Sum of RGB (Red+Green+Blue) = 104+202+244=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #68CAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAF4 is #97350B. Grayscale: #B1B1B1. Windows color (decimal): -9909516 or 16042600. OLE color: 16042600.

HSL color Cylindrical-coordinate representation of color #68CAF4: hue angle of 198º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CAF4 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 202 244 -
CMYK 0.57 0.17 0 0.04
HSL 198º 0.86% 0.68% -
HSV(B) 198º 0.57% 0.96% -
XYZ 43.16 51.72 93.3 -
YUV 177.49 165.53 75.58 -
System Red Green Blue C M Y K H S L
Decimal 104 202 244 0.57 0.17 0 0.04 198 0.86 0.68
Hex 68 CA F4 39 11 0 4 C6 56 44
Octal 150 312 364 71 21 0 4 306 126 104
Binary 1101000 11001010 11110100 111001 10001 0 100 11000110 1010110 1000100

Color Harmonies of #68CAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAF4

Black with #68CAF4

Text Example


Text Example

White with #68CAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,202,244); }

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

background-color css

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

 a { background-color: rgb(104,202,244); }

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

border-color css

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

 span { border-color: rgb(104,202,244); }

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