Html Css Color HEX #68B2F9 Maya Blue

📋 copy color: '#68B2F9'

red 104 ◦ green 178 ◦ blue 249

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

Shades of Maya Blue #68B2F9

Tints of Maya Blue #68B2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 249 (97.66% from 255) = 46.89%

R = 19.59%
G = 33.52%
B = 46.89%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68B2F9 (or 0x68B2F9) is known color: Maya Blue. HEX triplet: 68, B2 and F9. RGB value is (104,178,249). Sum of RGB (Red+Green+Blue) = 104+178+249=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #68B2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2F9 is #974D06. Grayscale: #A3A3A3. Windows color (decimal): -9915655 or 16364136. OLE color: 16364136.

HSL color Cylindrical-coordinate representation of color #68B2F9: hue angle of 209.38º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B2F9 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 178 249 -
CMYK 0.58 0.29 0 0.02
HSL 209.38º 0.92% 0.69% -
HSV(B) 209.38º 0.58% 0.98% -
XYZ 38.73 41.62 95.62 -
YUV 163.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 104 178 249 0.58 0.29 0 0.02 209.38 0.92 0.69
Hex 68 B2 F9 3A 1D 0 2 D1 5C 45
Octal 150 262 371 72 35 0 2 321 134 105
Binary 1101000 10110010 11111001 111010 11101 0 10 11010001 1011100 1000101

Color Harmonies of #68B2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B2F9

Black with #68B2F9

Text Example


Text Example

White with #68B2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,178,249); }

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

background-color css

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

 a { background-color: rgb(104,178,249); }

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

border-color css

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

 span { border-color: rgb(104,178,249); }

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