Html Css Color HEX #68BBF8 Maya Blue

📋 copy color: '#68BBF8'

red 104 ◦ green 187 ◦ blue 248

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

Shades of Maya Blue #68BBF8

Tints of Maya Blue #68BBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.01%

R = 19.29%
G = 34.69%
B = 46.01%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68BBF8 (or 0x68BBF8) is known color: Maya Blue. HEX triplet: 68, BB and F8. RGB value is (104,187,248). Sum of RGB (Red+Green+Blue) = 104+187+248=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #68BBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBF8 is #974407. Grayscale: #A8A8A8. Windows color (decimal): -9913352 or 16300904. OLE color: 16300904.

HSL color Cylindrical-coordinate representation of color #68BBF8: hue angle of 205.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BBF8 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 187 248 -
CMYK 0.58 0.25 0 0.03
HSL 205.42º 0.91% 0.69% -
HSV(B) 205.42º 0.58% 0.97% -
XYZ 40.42 45.26 95.41 -
YUV 169.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 104 187 248 0.58 0.25 0 0.03 205.42 0.91 0.69
Hex 68 BB F8 3A 19 0 3 CD 5B 45
Octal 150 273 370 72 31 0 3 315 133 105
Binary 1101000 10111011 11111000 111010 11001 0 11 11001101 1011011 1000101

Color Harmonies of #68BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBF8

Black with #68BBF8

Text Example


Text Example

White with #68BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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