Html Css Color HEX #68CCFF Maya Blue

📋 copy color: '#68CCFF'

red 104 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #68CCFF

Tints of Maya Blue #68CCFF

RGB

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

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

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

R = 18.47%
G = 36.23%
B = 45.29%

CMYK

 C value IS 0.59

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68CCFF (or 0x68CCFF) is known color: Maya Blue. HEX triplet: 68, CC and FF. RGB value is (104,204,255). Sum of RGB (Red+Green+Blue) = 104+204+255=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #68CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCFF is #973300. Grayscale: #B3B3B3. Windows color (decimal): -9908993 or 16764008. OLE color: 16764008.

HSL color Cylindrical-coordinate representation of color #68CCFF: hue angle of 200.26º 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 #68CCFF is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 204 255 -
CMYK 0.59 0.2 0 0
HSL 200.26º 1% 0.7% -
HSV(B) 200.26º 0.59% 1% -
XYZ 45.35 53.35 102.51 -
YUV 179.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 104 204 255 0.59 0.2 0 0 200.26 1 0.7
Hex 68 CC FF 3B 14 0 0 C8 64 46
Octal 150 314 377 73 24 0 0 310 144 106
Binary 1101000 11001100 11111111 111011 10100 0 0 11001000 1100100 1000110

Color Harmonies of #68CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCFF

Black with #68CCFF

Text Example


Text Example

White with #68CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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