Html Css Color HEX #67BCDC Malibu

📋 copy color: '#67BCDC'

red 103 ◦ green 188 ◦ blue 220

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

Shades of Malibu #67BCDC

Tints of Malibu #67BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

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

R = 20.16%
G = 36.79%
B = 43.05%

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

#67BCDC (or 0x67BCDC) is known color: Malibu. HEX triplet: 67, BC and DC. RGB value is (103,188,220). Sum of RGB (Red+Green+Blue) = 103+188+220=511 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.16% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCDC is #984323. Grayscale: #A6A6A6. Windows color (decimal): -9978660 or 14466151. OLE color: 14466151.

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

Color convert

RGB 103 188 220 -
CMYK 0.53 0.15 0 0.14
HSL 196.41º 0.63% 0.63% -
HSV(B) 196.41º 0.53% 0.86% -
XYZ 36.5 44.02 74.28 -
YUV 166.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 103 188 220 0.53 0.15 0 0.14 196.41 0.63 0.63
Hex 67 BC DC 35 F 0 E C4 3F 3F
Octal 147 274 334 65 17 0 16 304 77 77
Binary 1100111 10111100 11011100 110101 1111 0 1110 11000100 111111 111111

Color Harmonies of #67BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCDC

Black with #67BCDC

Text Example


Text Example

White with #67BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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