Html Css Color HEX #68CAFC Maya Blue

📋 copy color: '#68CAFC'

red 104 ◦ green 202 ◦ blue 252

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

Shades of Maya Blue #68CAFC

Tints of Maya Blue #68CAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 18.64%
G = 36.2%
B = 45.16%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68CAFC (or 0x68CAFC) is known color: Maya Blue. HEX triplet: 68, CA and FC. RGB value is (104,202,252). Sum of RGB (Red+Green+Blue) = 104+202+252=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #68CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAFC is #973503. Grayscale: #B2B2B2. Windows color (decimal): -9909508 or 16566888. OLE color: 16566888.

HSL color Cylindrical-coordinate representation of color #68CAFC: hue angle of 200.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CAFC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 202 252 -
CMYK 0.59 0.20 0 0.01
HSL 200.27º 0.96% 0.7% -
HSV(B) 200.27º 0.59% 0.99% -
XYZ 44.4 52.21 99.83 -
YUV 178.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 104 202 252 0.59 0.20 0 0.01 200.27 0.96 0.7
Hex 68 CA FC 3B 14 0 1 C8 60 46
Octal 150 312 374 73 24 0 1 310 140 106
Binary 1101000 11001010 11111100 111011 10100 0 1 11001000 1100000 1000110

Color Harmonies of #68CAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAFC

Black with #68CAFC

Text Example


Text Example

White with #68CAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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