#6FBCDC

Color #6FBCDC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6FBCDC

Tints of Malibu #6FBCDC

Color information

#6FBCDC (or 0x6FBCDC) is unknown color: approx Malibu. HEX triplet: 6F, BC and DC. RGB value is (111,188,220). Sum of RGB (Red+Green+Blue) = 111+188+220=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCDC is #904323. Grayscale: #A8A8A8. Windows color (decimal): -9454372 or 14466159. OLE color: 14466159.

HSL color Cylindrical-coordinate representation of color #6FBCDC: hue angle of 197.61º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBCDC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111188220-
CMYK0.500.1500.14
HSL197.61º60.89%64.9%-
HSV(B)197.61º49.55%86.27%-
XYZ37.4644.5174.33-
YUV168.62156.9986.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.39%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=21.39%
G=36.22%
B=42.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111882200.500.1500.14197.6160.8964.9
Hex6FBCDC32F0Ec63d41
Octal157274334621701630675101
Binary11011111011110011011100110010111101110110001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBCDC; }

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

 H1.HeaderClassName
 {
   color: #6FBCDC;
 }
 .AnyTagClassName
 {
   color: #6FBCDC;
 }
</style>
background-color css

<style>
 a { background-color: #6FBCDC; }

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

 div.DivClassName
 {
   background-color: #6FBCDC;
 }
 .BgClassName
 {
   background-color: #6FBCDC;
 }
</style>
border-color css

<style>
 span { border-color: #6FBCDC; }

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

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