Html Css Color HEX #68BBFA Maya Blue

📋 copy color: '#68BBFA'

red 104 ◦ green 187 ◦ blue 250

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

Shades of Maya Blue #68BBFA

Tints of Maya Blue #68BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 19.22%
G = 34.57%
B = 46.21%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68BBFA (or 0x68BBFA) is known color: Maya Blue. HEX triplet: 68, BB and FA. RGB value is (104,187,250). Sum of RGB (Red+Green+Blue) = 104+187+250=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #68BBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBFA is #974405. Grayscale: #A9A9A9. Windows color (decimal): -9913350 or 16431976. OLE color: 16431976.

HSL color Cylindrical-coordinate representation of color #68BBFA: hue angle of 205.89º degrees, saturation: 0.94, 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 #68BBFA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 187 250 -
CMYK 0.58 0.25 0 0.02
HSL 205.89º 0.94% 0.69% -
HSV(B) 205.89º 0.58% 0.98% -
XYZ 40.73 45.39 97.06 -
YUV 169.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 104 187 250 0.58 0.25 0 0.02 205.89 0.94 0.69
Hex 68 BB FA 3A 19 0 2 CE 5E 45
Octal 150 273 372 72 31 0 2 316 136 105
Binary 1101000 10111011 11111010 111010 11001 0 10 11001110 1011110 1000101

Color Harmonies of #68BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBFA

Black with #68BBFA

Text Example


Text Example

White with #68BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,187,250); }

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

background-color css

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

 a { background-color: rgb(104,187,250); }

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

border-color css

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

 span { border-color: rgb(104,187,250); }

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