Html Css Color HEX #67C5DA Malibu

📋 copy color: '#67C5DA'

red 103 ◦ green 197 ◦ blue 218

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

Shades of Malibu #67C5DA

Tints of Malibu #67C5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 19.88%
G = 38.03%
B = 42.08%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67C5DA (or 0x67C5DA) is known color: Malibu. HEX triplet: 67, C5 and DA. RGB value is (103,197,218). Sum of RGB (Red+Green+Blue) = 103+197+218=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #67C5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C5DA is #983A25. Grayscale: #ABABAB. Windows color (decimal): -9976358 or 14337383. OLE color: 14337383.

HSL color Cylindrical-coordinate representation of color #67C5DA: hue angle of 190.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C5DA is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 197 218 -
CMYK 0.53 0.10 0 0.15
HSL 190.96º 0.61% 0.63% -
HSV(B) 190.96º 0.53% 0.85% -
XYZ 38.21 47.88 73.56 -
YUV 171.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 103 197 218 0.53 0.10 0 0.15 190.96 0.61 0.63
Hex 67 C5 DA 35 A 0 F BF 3D 3F
Octal 147 305 332 65 12 0 17 277 75 77
Binary 1100111 11000101 11011010 110101 1010 0 1111 10111111 111101 111111

Color Harmonies of #67C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C5DA

Black with #67C5DA

Text Example


Text Example

White with #67C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,197,218); }

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

background-color css

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

 a { background-color: rgb(103,197,218); }

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

border-color css

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

 span { border-color: rgb(103,197,218); }

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