Html Css Color HEX #68B0FC Maya Blue

📋 copy color: '#68B0FC'

red 104 ◦ green 176 ◦ blue 252

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

Shades of Maya Blue #68B0FC

Tints of Maya Blue #68B0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 19.55%
G = 33.08%
B = 47.37%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68B0FC (or 0x68B0FC) is known color: Maya Blue. HEX triplet: 68, B0 and FC. RGB value is (104,176,252). Sum of RGB (Red+Green+Blue) = 104+176+252=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #68B0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B0FC is #974F03. Grayscale: #A2A2A2. Windows color (decimal): -9916164 or 16560232. OLE color: 16560232.

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

Color convert

RGB 104 176 252 -
CMYK 0.59 0.30 0 0.01
HSL 210.81º 0.96% 0.7% -
HSV(B) 210.81º 0.59% 0.99% -
XYZ 38.8 41.02 97.97 -
YUV 163.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 104 176 252 0.59 0.30 0 0.01 210.81 0.96 0.7
Hex 68 B0 FC 3B 1E 0 1 D3 60 46
Octal 150 260 374 73 36 0 1 323 140 106
Binary 1101000 10110000 11111100 111011 11110 0 1 11010011 1100000 1000110

Color Harmonies of #68B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B0FC

Black with #68B0FC

Text Example


Text Example

White with #68B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,176,252); }

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

background-color css

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

 a { background-color: rgb(104,176,252); }

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

border-color css

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

 span { border-color: rgb(104,176,252); }

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