Html Css Color HEX #67BBDC Malibu

📋 copy color: '#67BBDC'

red 103 ◦ green 187 ◦ blue 220

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

Shades of Malibu #67BBDC

Tints of Malibu #67BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 20.2%
G = 36.67%
B = 43.14%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67BBDC (or 0x67BBDC) is known color: Malibu. HEX triplet: 67, BB and DC. RGB value is (103,187,220). Sum of RGB (Red+Green+Blue) = 103+187+220=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBDC is #984423. Grayscale: #A5A5A5. Windows color (decimal): -9978916 or 14465895. OLE color: 14465895.

HSL color Cylindrical-coordinate representation of color #67BBDC: hue angle of 196.92º degrees, saturation: 0.63, 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 #67BBDC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 187 220 -
CMYK 0.53 0.15 0 0.14
HSL 196.92º 0.63% 0.63% -
HSV(B) 196.92º 0.53% 0.86% -
XYZ 36.28 43.59 74.21 -
YUV 165.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 103 187 220 0.53 0.15 0 0.14 196.92 0.63 0.63
Hex 67 BB DC 35 F 0 E C5 3F 3F
Octal 147 273 334 65 17 0 16 305 77 77
Binary 1100111 10111011 11011100 110101 1111 0 1110 11000101 111111 111111

Color Harmonies of #67BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBDC

Black with #67BBDC

Text Example


Text Example

White with #67BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,187,220); }

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

background-color css

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

 a { background-color: rgb(103,187,220); }

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

border-color css

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

 span { border-color: rgb(103,187,220); }

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