Html Css Color HEX #68BAEB Malibu

📋 copy color: '#68BAEB'

red 104 ◦ green 186 ◦ blue 235

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

Shades of Malibu #68BAEB

Tints of Malibu #68BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 19.81%
G = 35.43%
B = 44.76%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68BAEB (or 0x68BAEB) is known color: Malibu. HEX triplet: 68, BA and EB. RGB value is (104,186,235). Sum of RGB (Red+Green+Blue) = 104+186+235=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAEB is #974514. Grayscale: #A6A6A6. Windows color (decimal): -9913621 or 15448680. OLE color: 15448680.

HSL color Cylindrical-coordinate representation of color #68BAEB: hue angle of 202.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BAEB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 186 235 -
CMYK 0.56 0.21 0 0.08
HSL 202.44º 0.77% 0.66% -
HSV(B) 202.44º 0.56% 0.92% -
XYZ 38.26 44.06 85.08 -
YUV 167.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 104 186 235 0.56 0.21 0 0.08 202.44 0.77 0.66
Hex 68 BA EB 38 15 0 8 CA 4D 42
Octal 150 272 353 70 25 0 10 312 115 102
Binary 1101000 10111010 11101011 111000 10101 0 1000 11001010 1001101 1000010

Color Harmonies of #68BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAEB

Black with #68BAEB

Text Example


Text Example

White with #68BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,235); }

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

background-color css

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

 a { background-color: rgb(104,186,235); }

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

border-color css

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

 span { border-color: rgb(104,186,235); }

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