Html Css Color HEX #67B0EC Malibu

📋 copy color: '#67B0EC'

red 103 ◦ green 176 ◦ blue 236

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

Shades of Malibu #67B0EC

Tints of Malibu #67B0EC

RGB

 RED value IS 103 (40.63% from 255) = 20%

 GREEN value IS 176 (69.14% from 255) = 34.17%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 20%
G = 34.17%
B = 45.83%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#67B0EC (or 0x67B0EC) is known color: Malibu. HEX triplet: 67, B0 and EC. RGB value is (103,176,236). Sum of RGB (Red+Green+Blue) = 103+176+236=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #67B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67B0EC is #984F13. Grayscale: #A0A0A0. Windows color (decimal): -9981716 or 15511655. OLE color: 15511655.

HSL color Cylindrical-coordinate representation of color #67B0EC: hue angle of 207.07º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67B0EC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 176 236 -
CMYK 0.56 0.25 0 0.07
HSL 207.07º 0.78% 0.66% -
HSV(B) 207.07º 0.56% 0.93% -
XYZ 36.26 39.99 85.16 -
YUV 161.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 103 176 236 0.56 0.25 0 0.07 207.07 0.78 0.66
Hex 67 B0 EC 38 19 0 7 CF 4E 42
Octal 147 260 354 70 31 0 7 317 116 102
Binary 1100111 10110000 11101100 111000 11001 0 111 11001111 1001110 1000010

Color Harmonies of #67B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B0EC

Black with #67B0EC

Text Example


Text Example

White with #67B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67B0EC; }

 p { color: rgb(103,176,236); }

 H1.HeaderClassName
 {
   color: #67B0EC;
 }
 .AnyTagClassName
 {
   color: #67B0EC;
 }
</style>

background-color css

<style>
 a { background-color: #67B0EC; }

 a { background-color: rgb(103,176,236); }

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

border-color css

<style>
 span { border-color: #67B0EC; }

 span { border-color: rgb(103,176,236); }

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