Html Css Color HEX #68B2EB Malibu

📋 copy color: '#68B2EB'

red 104 ◦ green 178 ◦ blue 235

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

Shades of Malibu #68B2EB

Tints of Malibu #68B2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 20.12%
G = 34.43%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68B2EB (or 0x68B2EB) is known color: Malibu. HEX triplet: 68, B2 and EB. RGB value is (104,178,235). Sum of RGB (Red+Green+Blue) = 104+178+235=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #68B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2EB is #974D14. Grayscale: #A2A2A2. Windows color (decimal): -9915669 or 15446632. OLE color: 15446632.

HSL color Cylindrical-coordinate representation of color #68B2EB: hue angle of 206.11º 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 #68B2EB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 178 235 -
CMYK 0.56 0.24 0 0.08
HSL 206.11º 0.77% 0.66% -
HSV(B) 206.11º 0.56% 0.92% -
XYZ 36.62 40.78 84.54 -
YUV 162.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 104 178 235 0.56 0.24 0 0.08 206.11 0.77 0.66
Hex 68 B2 EB 38 18 0 8 CE 4D 42
Octal 150 262 353 70 30 0 10 316 115 102
Binary 1101000 10110010 11101011 111000 11000 0 1000 11001110 1001101 1000010

Color Harmonies of #68B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B2EB

Black with #68B2EB

Text Example


Text Example

White with #68B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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