Html Css Color HEX #67C1DD Malibu

📋 copy color: '#67C1DD'

red 103 ◦ green 193 ◦ blue 221

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

Shades of Malibu #67C1DD

Tints of Malibu #67C1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 19.92%
G = 37.33%
B = 42.75%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67C1DD (or 0x67C1DD) is known color: Malibu. HEX triplet: 67, C1 and DD. RGB value is (103,193,221). Sum of RGB (Red+Green+Blue) = 103+193+221=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #67C1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C1DD is #983E22. Grayscale: #A9A9A9. Windows color (decimal): -9977379 or 14532967. OLE color: 14532967.

HSL color Cylindrical-coordinate representation of color #67C1DD: hue angle of 194.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C1DD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 193 221 -
CMYK 0.53 0.13 0 0.13
HSL 194.24º 0.63% 0.64% -
HSV(B) 194.24º 0.53% 0.87% -
XYZ 37.71 46.24 75.34 -
YUV 169.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 103 193 221 0.53 0.13 0 0.13 194.24 0.63 0.64
Hex 67 C1 DD 35 D 0 D C2 3F 40
Octal 147 301 335 65 15 0 15 302 77 100
Binary 1100111 11000001 11011101 110101 1101 0 1101 11000010 111111 1000000

Color Harmonies of #67C1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C1DD

Black with #67C1DD

Text Example


Text Example

White with #67C1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,193,221); }

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

background-color css

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

 a { background-color: rgb(103,193,221); }

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

border-color css

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

 span { border-color: rgb(103,193,221); }

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