Html Css Color HEX #67BEDD Malibu

📋 copy color: '#67BEDD'

red 103 ◦ green 190 ◦ blue 221

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

Shades of Malibu #67BEDD

Tints of Malibu #67BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 20.04%
G = 36.96%
B = 43%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67BEDD (or 0x67BEDD) is known color: Malibu. HEX triplet: 67, BE and DD. RGB value is (103,190,221). Sum of RGB (Red+Green+Blue) = 103+190+221=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #67BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEDD is #984122. Grayscale: #A7A7A7. Windows color (decimal): -9978147 or 14532199. OLE color: 14532199.

HSL color Cylindrical-coordinate representation of color #67BEDD: hue angle of 195.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BEDD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 190 221 -
CMYK 0.53 0.14 0 0.13
HSL 195.76º 0.63% 0.64% -
HSV(B) 195.76º 0.53% 0.87% -
XYZ 37.06 44.93 75.13 -
YUV 167.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 103 190 221 0.53 0.14 0 0.13 195.76 0.63 0.64
Hex 67 BE DD 35 E 0 D C4 3F 40
Octal 147 276 335 65 16 0 15 304 77 100
Binary 1100111 10111110 11011101 110101 1110 0 1101 11000100 111111 1000000

Color Harmonies of #67BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BEDD

Black with #67BEDD

Text Example


Text Example

White with #67BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,190,221); }

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

background-color css

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

 a { background-color: rgb(103,190,221); }

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

border-color css

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

 span { border-color: rgb(103,190,221); }

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