Html Css Color HEX #68B7E8 Malibu

📋 copy color: '#68B7E8'

red 104 ◦ green 183 ◦ blue 232

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

Shades of Malibu #68B7E8

Tints of Malibu #68B7E8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 20.04%
G = 35.26%
B = 44.7%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68B7E8 (or 0x68B7E8) is known color: Malibu. HEX triplet: 68, B7 and E8. RGB value is (104,183,232). Sum of RGB (Red+Green+Blue) = 104+183+232=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #68B7E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B7E8 is #974817. Grayscale: #A4A4A4. Windows color (decimal): -9914392 or 15251304. OLE color: 15251304.

HSL color Cylindrical-coordinate representation of color #68B7E8: hue angle of 202.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68B7E8 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 183 232 -
CMYK 0.55 0.21 0 0.09
HSL 202.97º 0.74% 0.66% -
HSV(B) 202.97º 0.55% 0.91% -
XYZ 37.21 42.64 82.61 -
YUV 164.97 165.83 84.52 -
System Red Green Blue C M Y K H S L
Decimal 104 183 232 0.55 0.21 0 0.09 202.97 0.74 0.66
Hex 68 B7 E8 37 15 0 9 CB 4A 42
Octal 150 267 350 67 25 0 11 313 112 102
Binary 1101000 10110111 11101000 110111 10101 0 1001 11001011 1001010 1000010

Color Harmonies of #68B7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B7E8

Black with #68B7E8

Text Example


Text Example

White with #68B7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,183,232); }

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

background-color css

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

 a { background-color: rgb(104,183,232); }

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

border-color css

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

 span { border-color: rgb(104,183,232); }

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