Html Css Color HEX #72BDEB Malibu

📋 copy color: '#72BDEB'

red 114 ◦ green 189 ◦ blue 235

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

Shades of Malibu #72BDEB

Tints of Malibu #72BDEB

RGB

 RED value IS 114 (44.92% from 255) = 21.19%

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 21.19%
G = 35.13%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72BDEB (or 0x72BDEB) is known color: Malibu. HEX triplet: 72, BD and EB. RGB value is (114,189,235). Sum of RGB (Red+Green+Blue) = 114+189+235=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #72BDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDEB is #8D4214. Grayscale: #ABABAB. Windows color (decimal): -9257493 or 15449458. OLE color: 15449458.

HSL color Cylindrical-coordinate representation of color #72BDEB: hue angle of 202.81º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BDEB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 189 235 -
CMYK 0.51 0.20 0 0.08
HSL 202.81º 0.75% 0.68% -
HSV(B) 202.81º 0.51% 0.92% -
XYZ 40.13 45.97 85.36 -
YUV 171.82 163.65 86.76 -
System Red Green Blue C M Y K H S L
Decimal 114 189 235 0.51 0.20 0 0.08 202.81 0.75 0.68
Hex 72 BD EB 33 14 0 8 CB 4B 44
Octal 162 275 353 63 24 0 10 313 113 104
Binary 1110010 10111101 11101011 110011 10100 0 1000 11001011 1001011 1000100

Color Harmonies of #72BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDEB

Black with #72BDEB

Text Example


Text Example

White with #72BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72BDEB; }

 p { color: rgb(114,189,235); }

 H1.HeaderClassName
 {
   color: #72BDEB;
 }
 .AnyTagClassName
 {
   color: #72BDEB;
 }
</style>

background-color css

<style>
 a { background-color: #72BDEB; }

 a { background-color: rgb(114,189,235); }

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

border-color css

<style>
 span { border-color: #72BDEB; }

 span { border-color: rgb(114,189,235); }

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