Html Css Color HEX #68CAFF Maya Blue

📋 copy color: '#68CAFF'

red 104 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #68CAFF

Tints of Maya Blue #68CAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 18.54%
G = 36.01%
B = 45.45%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68CAFF (or 0x68CAFF) is known color: Maya Blue. HEX triplet: 68, CA and FF. RGB value is (104,202,255). Sum of RGB (Red+Green+Blue) = 104+202+255=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #68CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAFF is #973500. Grayscale: #B2B2B2. Windows color (decimal): -9909505 or 16763496. OLE color: 16763496.

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

Color convert

RGB 104 202 255 -
CMYK 0.59 0.21 0 0
HSL 201.06º 1% 0.7% -
HSV(B) 201.06º 0.59% 1% -
XYZ 44.88 52.4 102.36 -
YUV 178.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 104 202 255 0.59 0.21 0 0 201.06 1 0.7
Hex 68 CA FF 3B 15 0 0 C9 64 46
Octal 150 312 377 73 25 0 0 311 144 106
Binary 1101000 11001010 11111111 111011 10101 0 0 11001001 1100100 1000110

Color Harmonies of #68CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAFF

Black with #68CAFF

Text Example


Text Example

White with #68CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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