Html Css Color HEX #68CCFB Maya Blue

📋 copy color: '#68CCFB'

red 104 ◦ green 204 ◦ blue 251

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

Shades of Maya Blue #68CCFB

Tints of Maya Blue #68CCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 18.6%
G = 36.49%
B = 44.9%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68CCFB (or 0x68CCFB) is known color: Maya Blue. HEX triplet: 68, CC and FB. RGB value is (104,204,251). Sum of RGB (Red+Green+Blue) = 104+204+251=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #68CCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCFB is #973304. Grayscale: #B3B3B3. Windows color (decimal): -9908997 or 16501864. OLE color: 16501864.

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

Color convert

RGB 104 204 251 -
CMYK 0.59 0.19 0 0.02
HSL 199.18º 0.95% 0.7% -
HSV(B) 199.18º 0.59% 0.98% -
XYZ 44.71 53.09 99.16 -
YUV 179.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 104 204 251 0.59 0.19 0 0.02 199.18 0.95 0.7
Hex 68 CC FB 3B 13 0 2 C7 5F 46
Octal 150 314 373 73 23 0 2 307 137 106
Binary 1101000 11001100 11111011 111011 10011 0 10 11000111 1011111 1000110

Color Harmonies of #68CCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCFB

Black with #68CCFB

Text Example


Text Example

White with #68CCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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