Html Css Color HEX #68C0FD Maya Blue

📋 copy color: '#68C0FD'

red 104 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #68C0FD

Tints of Maya Blue #68C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.97%

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 18.94%
G = 34.97%
B = 46.08%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68C0FD (or 0x68C0FD) is known color: Maya Blue. HEX triplet: 68, C0 and FD. RGB value is (104,192,253). Sum of RGB (Red+Green+Blue) = 104+192+253=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #68C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C0FD is #973F02. Grayscale: #ACACAC. Windows color (decimal): -9912067 or 16629864. OLE color: 16629864.

HSL color Cylindrical-coordinate representation of color #68C0FD: hue angle of 204.56º degrees, saturation: 0.97, 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 #68C0FD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 192 253 -
CMYK 0.59 0.24 0 0.01
HSL 204.56º 0.97% 0.7% -
HSV(B) 204.56º 0.59% 0.99% -
XYZ 42.29 47.73 99.91 -
YUV 172.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 104 192 253 0.59 0.24 0 0.01 204.56 0.97 0.7
Hex 68 C0 FD 3B 18 0 1 CD 61 46
Octal 150 300 375 73 30 0 1 315 141 106
Binary 1101000 11000000 11111101 111011 11000 0 1 11001101 1100001 1000110

Color Harmonies of #68C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0FD

Black with #68C0FD

Text Example


Text Example

White with #68C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,192,253); }

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

background-color css

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

 a { background-color: rgb(104,192,253); }

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

border-color css

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

 span { border-color: rgb(104,192,253); }

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