Html Css Color HEX #67B5DC Malibu

📋 copy color: '#67B5DC'

red 103 ◦ green 181 ◦ blue 220

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

Shades of Malibu #67B5DC

Tints of Malibu #67B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 20.44%
G = 35.91%
B = 43.65%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67B5DC (or 0x67B5DC) is known color: Malibu. HEX triplet: 67, B5 and DC. RGB value is (103,181,220). Sum of RGB (Red+Green+Blue) = 103+181+220=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #67B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5DC is #984A23. Grayscale: #A1A1A1. Windows color (decimal): -9980452 or 14464359. OLE color: 14464359.

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

Color convert

RGB 103 181 220 -
CMYK 0.53 0.18 0 0.14
HSL 200º 0.63% 0.63% -
HSV(B) 200º 0.53% 0.86% -
XYZ 35.04 41.1 73.8 -
YUV 162.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 103 181 220 0.53 0.18 0 0.14 200 0.63 0.63
Hex 67 B5 DC 35 12 0 E C8 3F 3F
Octal 147 265 334 65 22 0 16 310 77 77
Binary 1100111 10110101 11011100 110101 10010 0 1110 11001000 111111 111111

Color Harmonies of #67B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B5DC

Black with #67B5DC

Text Example


Text Example

White with #67B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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