Html Css Color HEX #68CAFE Maya Blue

📋 copy color: '#68CAFE'

red 104 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #68CAFE

Tints of Maya Blue #68CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 18.57%
G = 36.07%
B = 45.36%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68CAFE (or 0x68CAFE) is known color: Maya Blue. HEX triplet: 68, CA and FE. RGB value is (104,202,254). Sum of RGB (Red+Green+Blue) = 104+202+254=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #68CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAFE is #973501. Grayscale: #B2B2B2. Windows color (decimal): -9909506 or 16697960. OLE color: 16697960.

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

Color convert

RGB 104 202 254 -
CMYK 0.59 0.20 0 0.00
HSL 200.8º 0.99% 0.7% -
HSV(B) 200.8º 0.59% 1% -
XYZ 44.72 52.34 101.51 -
YUV 178.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 104 202 254 0.59 0.20 0 0.00 200.8 0.99 0.7
Hex 68 CA FE 3B 14 0 0 C9 63 46
Octal 150 312 376 73 24 0 0 311 143 106
Binary 1101000 11001010 11111110 111011 10100 0 0 11001001 1100011 1000110

Color Harmonies of #68CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAFE

Black with #68CAFE

Text Example


Text Example

White with #68CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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