Html Css Color HEX #68CCF2 Maya Blue

📋 copy color: '#68CCF2'

red 104 ◦ green 204 ◦ blue 242

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

Shades of Maya Blue #68CCF2

Tints of Maya Blue #68CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

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

R = 18.91%
G = 37.09%
B = 44%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68CCF2 (or 0x68CCF2) is known color: Maya Blue. HEX triplet: 68, CC and F2. RGB value is (104,204,242). Sum of RGB (Red+Green+Blue) = 104+204+242=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #68CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCF2 is #97330D. Grayscale: #B2B2B2. Windows color (decimal): -9909006 or 15912040. OLE color: 15912040.

HSL color Cylindrical-coordinate representation of color #68CCF2: hue angle of 196.52º 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 #68CCF2 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 204 242 -
CMYK 0.57 0.16 0 0.05
HSL 196.52º 0.84% 0.68% -
HSV(B) 196.52º 0.57% 0.95% -
XYZ 43.33 52.54 91.86 -
YUV 178.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 104 204 242 0.57 0.16 0 0.05 196.52 0.84 0.68
Hex 68 CC F2 39 10 0 5 C5 54 44
Octal 150 314 362 71 20 0 5 305 124 104
Binary 1101000 11001100 11110010 111001 10000 0 101 11000101 1010100 1000100

Color Harmonies of #68CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCF2

Black with #68CCF2

Text Example


Text Example

White with #68CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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