Html Css Color HEX #68BCFC Maya Blue

📋 copy color: '#68BCFC'

red 104 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #68BCFC

Tints of Maya Blue #68BCFC

RGB

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

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

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

R = 19.12%
G = 34.56%
B = 46.32%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68BCFC (or 0x68BCFC) is known color: Maya Blue. HEX triplet: 68, BC and FC. RGB value is (104,188,252). Sum of RGB (Red+Green+Blue) = 104+188+252=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #68BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCFC is #974303. Grayscale: #A9A9A9. Windows color (decimal): -9913092 or 16563304. OLE color: 16563304.

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

Color convert

RGB 104 188 252 -
CMYK 0.59 0.25 0 0.01
HSL 205.95º 0.96% 0.7% -
HSV(B) 205.95º 0.59% 0.99% -
XYZ 41.26 45.94 98.79 -
YUV 170.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 104 188 252 0.59 0.25 0 0.01 205.95 0.96 0.7
Hex 68 BC FC 3B 19 0 1 CE 60 46
Octal 150 274 374 73 31 0 1 316 140 106
Binary 1101000 10111100 11111100 111011 11001 0 1 11001110 1100000 1000110

Color Harmonies of #68BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCFC

Black with #68BCFC

Text Example


Text Example

White with #68BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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