Html Css Color HEX #68BAFD Maya Blue

📋 copy color: '#68BAFD'

red 104 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #68BAFD

Tints of Maya Blue #68BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 19.15%
G = 34.25%
B = 46.59%

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

#68BAFD (or 0x68BAFD) is known color: Maya Blue. HEX triplet: 68, BA and FD. RGB value is (104,186,253). Sum of RGB (Red+Green+Blue) = 104+186+253=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFD is #974502. Grayscale: #A8A8A8. Windows color (decimal): -9913603 or 16628328. OLE color: 16628328.

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

Color convert

RGB 104 186 253 -
CMYK 0.59 0.26 0 0.01
HSL 206.98º 0.97% 0.7% -
HSV(B) 206.98º 0.59% 0.99% -
XYZ 41 45.15 99.48 -
YUV 169.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 104 186 253 0.59 0.26 0 0.01 206.98 0.97 0.7
Hex 68 BA FD 3B 1A 0 1 CF 61 46
Octal 150 272 375 73 32 0 1 317 141 106
Binary 1101000 10111010 11111101 111011 11010 0 1 11001111 1100001 1000110

Color Harmonies of #68BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAFD

Black with #68BAFD

Text Example


Text Example

White with #68BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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