Html Css Color HEX #68BAF1 Maya Blue

📋 copy color: '#68BAF1'

red 104 ◦ green 186 ◦ blue 241

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

Shades of Maya Blue #68BAF1

Tints of Maya Blue #68BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 19.59%
G = 35.03%
B = 45.39%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68BAF1 (or 0x68BAF1) is known color: Maya Blue. HEX triplet: 68, BA and F1. RGB value is (104,186,241). Sum of RGB (Red+Green+Blue) = 104+186+241=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #68BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAF1 is #97450E. Grayscale: #A7A7A7. Windows color (decimal): -9913615 or 15841896. OLE color: 15841896.

HSL color Cylindrical-coordinate representation of color #68BAF1: hue angle of 204.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BAF1 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 186 241 -
CMYK 0.57 0.23 0 0.05
HSL 204.09º 0.83% 0.68% -
HSV(B) 204.09º 0.57% 0.95% -
XYZ 39.15 44.41 89.73 -
YUV 167.75 169.33 82.53 -
System Red Green Blue C M Y K H S L
Decimal 104 186 241 0.57 0.23 0 0.05 204.09 0.83 0.68
Hex 68 BA F1 39 17 0 5 CC 53 44
Octal 150 272 361 71 27 0 5 314 123 104
Binary 1101000 10111010 11110001 111001 10111 0 101 11001100 1010011 1000100

Color Harmonies of #68BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAF1

Black with #68BAF1

Text Example


Text Example

White with #68BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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