Html Css Color HEX #68CCFD Maya Blue

📋 copy color: '#68CCFD'

red 104 ◦ green 204 ◦ blue 253

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

Shades of Maya Blue #68CCFD

Tints of Maya Blue #68CCFD

RGB

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

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

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

R = 18.54%
G = 36.36%
B = 45.1%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68CCFD (or 0x68CCFD) is known color: Maya Blue. HEX triplet: 68, CC and FD. RGB value is (104,204,253). Sum of RGB (Red+Green+Blue) = 104+204+253=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCFD is #973302. Grayscale: #B3B3B3. Windows color (decimal): -9908995 or 16632936. OLE color: 16632936.

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

Color convert

RGB 104 204 253 -
CMYK 0.59 0.19 0 0.01
HSL 199.73º 0.97% 0.7% -
HSV(B) 199.73º 0.59% 0.99% -
XYZ 45.03 53.22 100.83 -
YUV 179.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 104 204 253 0.59 0.19 0 0.01 199.73 0.97 0.7
Hex 68 CC FD 3B 13 0 1 C8 61 46
Octal 150 314 375 73 23 0 1 310 141 106
Binary 1101000 11001100 11111101 111011 10011 0 1 11001000 1100001 1000110

Color Harmonies of #68CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCFD

Black with #68CCFD

Text Example


Text Example

White with #68CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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