Html Css Color HEX #67BFDC Malibu

📋 copy color: '#67BFDC'

red 103 ◦ green 191 ◦ blue 220

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

Shades of Malibu #67BFDC

Tints of Malibu #67BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

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

R = 20.04%
G = 37.16%
B = 42.8%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67BFDC (or 0x67BFDC) is known color: Malibu. HEX triplet: 67, BF and DC. RGB value is (103,191,220). Sum of RGB (Red+Green+Blue) = 103+191+220=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFDC is #984023. Grayscale: #A7A7A7. Windows color (decimal): -9977892 or 14466919. OLE color: 14466919.

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

Color convert

RGB 103 191 220 -
CMYK 0.53 0.13 0 0.14
HSL 194.87º 0.63% 0.63% -
HSV(B) 194.87º 0.53% 0.86% -
XYZ 37.14 45.31 74.5 -
YUV 167.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 103 191 220 0.53 0.13 0 0.14 194.87 0.63 0.63
Hex 67 BF DC 35 D 0 E C3 3F 3F
Octal 147 277 334 65 15 0 16 303 77 77
Binary 1100111 10111111 11011100 110101 1101 0 1110 11000011 111111 111111

Color Harmonies of #67BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFDC

Black with #67BFDC

Text Example


Text Example

White with #67BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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