Html Css Color HEX #68BCFD Maya Blue

📋 copy color: '#68BCFD'

red 104 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #68BCFD

Tints of Maya Blue #68BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

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

R = 19.08%
G = 34.5%
B = 46.42%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68BCFD (or 0x68BCFD) is known color: Maya Blue. HEX triplet: 68, BC and FD. RGB value is (104,188,253). Sum of RGB (Red+Green+Blue) = 104+188+253=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCFD is #974302. Grayscale: #A9A9A9. Windows color (decimal): -9913091 or 16628840. OLE color: 16628840.

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

Color convert

RGB 104 188 253 -
CMYK 0.59 0.26 0 0.01
HSL 206.17º 0.97% 0.7% -
HSV(B) 206.17º 0.59% 0.99% -
XYZ 41.42 46 99.62 -
YUV 170.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 104 188 253 0.59 0.26 0 0.01 206.17 0.97 0.7
Hex 68 BC FD 3B 1A 0 1 CE 61 46
Octal 150 274 375 73 32 0 1 316 141 106
Binary 1101000 10111100 11111101 111011 11010 0 1 11001110 1100001 1000110

Color Harmonies of #68BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCFD

Black with #68BCFD

Text Example


Text Example

White with #68BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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