Html Css Color HEX #67C2DB Malibu

📋 copy color: '#67C2DB'

red 103 ◦ green 194 ◦ blue 219

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

Shades of Malibu #67C2DB

Tints of Malibu #67C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 19.96%
G = 37.6%
B = 42.44%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67C2DB (or 0x67C2DB) is known color: Malibu. HEX triplet: 67, C2 and DB. RGB value is (103,194,219). Sum of RGB (Red+Green+Blue) = 103+194+219=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #67C2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C2DB is #983D24. Grayscale: #A9A9A9. Windows color (decimal): -9977125 or 14402151. OLE color: 14402151.

HSL color Cylindrical-coordinate representation of color #67C2DB: hue angle of 192.93º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C2DB is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 194 219 -
CMYK 0.53 0.11 0 0.14
HSL 192.93º 0.62% 0.63% -
HSV(B) 192.93º 0.53% 0.86% -
XYZ 37.67 46.58 74.02 -
YUV 169.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 103 194 219 0.53 0.11 0 0.14 192.93 0.62 0.63
Hex 67 C2 DB 35 B 0 E C1 3E 3F
Octal 147 302 333 65 13 0 16 301 76 77
Binary 1100111 11000010 11011011 110101 1011 0 1110 11000001 111110 111111

Color Harmonies of #67C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C2DB

Black with #67C2DB

Text Example


Text Example

White with #67C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,194,219); }

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

background-color css

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

 a { background-color: rgb(103,194,219); }

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

border-color css

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

 span { border-color: rgb(103,194,219); }

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