Html Css Color HEX #67C0DD Malibu

📋 copy color: '#67C0DD'

red 103 ◦ green 192 ◦ blue 221

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

Shades of Malibu #67C0DD

Tints of Malibu #67C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

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

R = 19.96%
G = 37.21%
B = 42.83%

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

#67C0DD (or 0x67C0DD) is known color: Malibu. HEX triplet: 67, C0 and DD. RGB value is (103,192,221). Sum of RGB (Red+Green+Blue) = 103+192+221=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #67C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0DD is #983F22. Grayscale: #A8A8A8. Windows color (decimal): -9977635 or 14532711. OLE color: 14532711.

HSL color Cylindrical-coordinate representation of color #67C0DD: hue angle of 194.75º 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 #67C0DD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 192 221 -
CMYK 0.53 0.13 0 0.13
HSL 194.75º 0.63% 0.64% -
HSV(B) 194.75º 0.53% 0.87% -
XYZ 37.49 45.8 75.27 -
YUV 168.7 157.51 81.14 -
System Red Green Blue C M Y K H S L
Decimal 103 192 221 0.53 0.13 0 0.13 194.75 0.63 0.64
Hex 67 C0 DD 35 D 0 D C3 3F 40
Octal 147 300 335 65 15 0 15 303 77 100
Binary 1100111 11000000 11011101 110101 1101 0 1101 11000011 111111 1000000

Color Harmonies of #67C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C0DD

Black with #67C0DD

Text Example


Text Example

White with #67C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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