Html Css Color HEX #68D2FB Maya Blue

📋 copy color: '#68D2FB'

red 104 ◦ green 210 ◦ blue 251

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

Shades of Maya Blue #68D2FB

Tints of Maya Blue #68D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.17%

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

R = 18.41%
G = 37.17%
B = 44.42%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68D2FB (or 0x68D2FB) is known color: Maya Blue. HEX triplet: 68, D2 and FB. RGB value is (104,210,251). Sum of RGB (Red+Green+Blue) = 104+210+251=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #68D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D2FB is #972D04. Grayscale: #B6B6B6. Windows color (decimal): -9907461 or 16503400. OLE color: 16503400.

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

Color convert

RGB 104 210 251 -
CMYK 0.59 0.16 0 0.02
HSL 196.73º 0.95% 0.7% -
HSV(B) 196.73º 0.59% 0.98% -
XYZ 46.17 56 99.64 -
YUV 182.98 166.38 71.67 -
System Red Green Blue C M Y K H S L
Decimal 104 210 251 0.59 0.16 0 0.02 196.73 0.95 0.7
Hex 68 D2 FB 3B 10 0 2 C5 5F 46
Octal 150 322 373 73 20 0 2 305 137 106
Binary 1101000 11010010 11111011 111011 10000 0 10 11000101 1011111 1000110

Color Harmonies of #68D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2FB

Black with #68D2FB

Text Example


Text Example

White with #68D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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