Html Css Color HEX #67BFDA Malibu

📋 copy color: '#67BFDA'

red 103 ◦ green 191 ◦ blue 218

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

Shades of Malibu #67BFDA

Tints of Malibu #67BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 20.12%
G = 37.3%
B = 42.58%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67BFDA (or 0x67BFDA) is known color: Malibu. HEX triplet: 67, BF and DA. RGB value is (103,191,218). Sum of RGB (Red+Green+Blue) = 103+191+218=512 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.12% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #67BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFDA is #984025. Grayscale: #A7A7A7. Windows color (decimal): -9977894 or 14335847. OLE color: 14335847.

HSL color Cylindrical-coordinate representation of color #67BFDA: hue angle of 194.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BFDA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 191 218 -
CMYK 0.53 0.12 0 0.15
HSL 194.09º 0.61% 0.63% -
HSV(B) 194.09º 0.53% 0.85% -
XYZ 36.88 45.21 73.11 -
YUV 167.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 103 191 218 0.53 0.12 0 0.15 194.09 0.61 0.63
Hex 67 BF DA 35 C 0 F C2 3D 3F
Octal 147 277 332 65 14 0 17 302 75 77
Binary 1100111 10111111 11011010 110101 1100 0 1111 11000010 111101 111111

Color Harmonies of #67BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFDA

Black with #67BFDA

Text Example


Text Example

White with #67BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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