Html Css Color HEX #68BEE8 Malibu

📋 copy color: '#68BEE8'

red 104 ◦ green 190 ◦ blue 232

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

Shades of Malibu #68BEE8

Tints of Malibu #68BEE8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

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

R = 19.77%
G = 36.12%
B = 44.11%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68BEE8 (or 0x68BEE8) is known color: Malibu. HEX triplet: 68, BE and E8. RGB value is (104,190,232). Sum of RGB (Red+Green+Blue) = 104+190+232=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #68BEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEE8 is #974117. Grayscale: #A8A8A8. Windows color (decimal): -9912600 or 15253096. OLE color: 15253096.

HSL color Cylindrical-coordinate representation of color #68BEE8: hue angle of 199.69º 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 #68BEE8 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 190 232 -
CMYK 0.55 0.18 0 0.09
HSL 199.69º 0.74% 0.66% -
HSV(B) 199.69º 0.55% 0.91% -
XYZ 38.69 45.6 83.11 -
YUV 169.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 104 190 232 0.55 0.18 0 0.09 199.69 0.74 0.66
Hex 68 BE E8 37 12 0 9 C8 4A 42
Octal 150 276 350 67 22 0 11 310 112 102
Binary 1101000 10111110 11101000 110111 10010 0 1001 11001000 1001010 1000010

Color Harmonies of #68BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEE8

Black with #68BEE8

Text Example


Text Example

White with #68BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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