Html Css Color HEX #68BDE8 Malibu

📋 copy color: '#68BDE8'

red 104 ◦ green 189 ◦ blue 232

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

Shades of Malibu #68BDE8

Tints of Malibu #68BDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 19.81%
G = 36%
B = 44.19%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68BDE8 (or 0x68BDE8) is known color: Malibu. HEX triplet: 68, BD and E8. RGB value is (104,189,232). Sum of RGB (Red+Green+Blue) = 104+189+232=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #68BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDE8 is #974217. Grayscale: #A8A8A8. Windows color (decimal): -9912856 or 15252840. OLE color: 15252840.

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

Color convert

RGB 104 189 232 -
CMYK 0.55 0.19 0 0.09
HSL 200.16º 0.74% 0.66% -
HSV(B) 200.16º 0.55% 0.91% -
XYZ 38.47 45.16 83.03 -
YUV 168.49 163.84 82 -
System Red Green Blue C M Y K H S L
Decimal 104 189 232 0.55 0.19 0 0.09 200.16 0.74 0.66
Hex 68 BD E8 37 13 0 9 C8 4A 42
Octal 150 275 350 67 23 0 11 310 112 102
Binary 1101000 10111101 11101000 110111 10011 0 1001 11001000 1001010 1000010

Color Harmonies of #68BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDE8

Black with #68BDE8

Text Example


Text Example

White with #68BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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