Html Css Color HEX #68BDFB Maya Blue

📋 copy color: '#68BDFB'

red 104 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #68BDFB

Tints of Maya Blue #68BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.74%

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

R = 19.12%
G = 34.74%
B = 46.14%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68BDFB (or 0x68BDFB) is known color: Maya Blue. HEX triplet: 68, BD and FB. RGB value is (104,189,251). Sum of RGB (Red+Green+Blue) = 104+189+251=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #68BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDFB is #974204. Grayscale: #AAAAAA. Windows color (decimal): -9912837 or 16498024. OLE color: 16498024.

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

Color convert

RGB 104 189 251 -
CMYK 0.59 0.25 0 0.02
HSL 205.31º 0.95% 0.7% -
HSV(B) 205.31º 0.59% 0.98% -
XYZ 41.32 46.3 98.03 -
YUV 170.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 104 189 251 0.59 0.25 0 0.02 205.31 0.95 0.7
Hex 68 BD FB 3B 19 0 2 CD 5F 46
Octal 150 275 373 73 31 0 2 315 137 106
Binary 1101000 10111101 11111011 111011 11001 0 10 11001101 1011111 1000110

Color Harmonies of #68BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDFB

Black with #68BDFB

Text Example


Text Example

White with #68BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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