Html Css Color HEX #67BFDF Malibu

📋 copy color: '#67BFDF'

red 103 ◦ green 191 ◦ blue 223

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

Shades of Malibu #67BFDF

Tints of Malibu #67BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 19.92%
G = 36.94%
B = 43.13%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67BFDF (or 0x67BFDF) is known color: Malibu. HEX triplet: 67, BF and DF. RGB value is (103,191,223). Sum of RGB (Red+Green+Blue) = 103+191+223=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #67BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFDF is #984020. Grayscale: #A8A8A8. Windows color (decimal): -9977889 or 14663527. OLE color: 14663527.

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

Color convert

RGB 103 191 223 -
CMYK 0.54 0.14 0 0.13
HSL 196º 0.65% 0.64% -
HSV(B) 196º 0.54% 0.87% -
XYZ 37.54 45.47 76.61 -
YUV 168.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 103 191 223 0.54 0.14 0 0.13 196 0.65 0.64
Hex 67 BF DF 36 E 0 D C4 41 40
Octal 147 277 337 66 16 0 15 304 101 100
Binary 1100111 10111111 11011111 110110 1110 0 1101 11000100 1000001 1000000

Color Harmonies of #67BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFDF

Black with #67BFDF

Text Example


Text Example

White with #67BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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