Html Css Color HEX #67BAE4 Malibu

📋 copy color: '#67BAE4'

red 103 ◦ green 186 ◦ blue 228

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

Shades of Malibu #67BAE4

Tints of Malibu #67BAE4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 19.92%
G = 35.98%
B = 44.1%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#67BAE4 (or 0x67BAE4) is known color: Malibu. HEX triplet: 67, BA and E4. RGB value is (103,186,228). Sum of RGB (Red+Green+Blue) = 103+186+228=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #67BAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAE4 is #98451B. Grayscale: #A5A5A5. Windows color (decimal): -9979164 or 14989927. OLE color: 14989927.

HSL color Cylindrical-coordinate representation of color #67BAE4: hue angle of 200.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67BAE4 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 186 228 -
CMYK 0.55 0.18 0 0.11
HSL 200.16º 0.7% 0.65% -
HSV(B) 200.16º 0.55% 0.89% -
XYZ 37.16 43.6 79.86 -
YUV 165.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 103 186 228 0.55 0.18 0 0.11 200.16 0.7 0.65
Hex 67 BA E4 37 12 0 B C8 46 41
Octal 147 272 344 67 22 0 13 310 106 101
Binary 1100111 10111010 11100100 110111 10010 0 1011 11001000 1000110 1000001

Color Harmonies of #67BAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BAE4

Black with #67BAE4

Text Example


Text Example

White with #67BAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,186,228); }

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

background-color css

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

 a { background-color: rgb(103,186,228); }

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

border-color css

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

 span { border-color: rgb(103,186,228); }

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