Html Css Color HEX #68BBF3 Maya Blue

📋 copy color: '#68BBF3'

red 104 ◦ green 187 ◦ blue 243

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

Shades of Maya Blue #68BBF3

Tints of Maya Blue #68BBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.51%

R = 19.48%
G = 35.02%
B = 45.51%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68BBF3 (or 0x68BBF3) is known color: Maya Blue. HEX triplet: 68, BB and F3. RGB value is (104,187,243). Sum of RGB (Red+Green+Blue) = 104+187+243=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #68BBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBF3 is #97440C. Grayscale: #A8A8A8. Windows color (decimal): -9913357 or 15973224. OLE color: 15973224.

HSL color Cylindrical-coordinate representation of color #68BBF3: hue angle of 204.17º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BBF3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 187 243 -
CMYK 0.57 0.23 0 0.05
HSL 204.17º 0.85% 0.68% -
HSV(B) 204.17º 0.57% 0.95% -
XYZ 39.66 44.95 91.38 -
YUV 168.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 104 187 243 0.57 0.23 0 0.05 204.17 0.85 0.68
Hex 68 BB F3 39 17 0 5 CC 55 44
Octal 150 273 363 71 27 0 5 314 125 104
Binary 1101000 10111011 11110011 111001 10111 0 101 11001100 1010101 1000100

Color Harmonies of #68BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBF3

Black with #68BBF3

Text Example


Text Example

White with #68BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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