Html Css Color HEX #76BADF Malibu

📋 copy color: '#76BADF'

red 118 ◦ green 186 ◦ blue 223

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

Shades of Malibu #76BADF

Tints of Malibu #76BADF

RGB

 RED value IS 118 (46.48% from 255) = 22.39%

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

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

R = 22.39%
G = 35.29%
B = 42.31%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76BADF (or 0x76BADF) is known color: Malibu. HEX triplet: 76, BA and DF. RGB value is (118,186,223). Sum of RGB (Red+Green+Blue) = 118+186+223=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #76BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BADF is #894520. Grayscale: #A9A9A9. Windows color (decimal): -8996129 or 14662262. OLE color: 14662262.

HSL color Cylindrical-coordinate representation of color #76BADF: hue angle of 201.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BADF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 186 223 -
CMYK 0.47 0.17 0 0.13
HSL 201.14º 0.62% 0.67% -
HSV(B) 201.14º 0.47% 0.87% -
XYZ 38.35 44.3 76.34 -
YUV 169.89 157.97 90.99 -
System Red Green Blue C M Y K H S L
Decimal 118 186 223 0.47 0.17 0 0.13 201.14 0.62 0.67
Hex 76 BA DF 2F 11 0 D C9 3E 43
Octal 166 272 337 57 21 0 15 311 76 103
Binary 1110110 10111010 11011111 101111 10001 0 1101 11001001 111110 1000011

Color Harmonies of #76BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BADF

Black with #76BADF

Text Example


Text Example

White with #76BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BADF; }

 p { color: rgb(118,186,223); }

 H1.HeaderClassName
 {
   color: #76BADF;
 }
 .AnyTagClassName
 {
   color: #76BADF;
 }
</style>

background-color css

<style>
 a { background-color: #76BADF; }

 a { background-color: rgb(118,186,223); }

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

border-color css

<style>
 span { border-color: #76BADF; }

 span { border-color: rgb(118,186,223); }

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