Html Css Color HEX #72C0EA Malibu

📋 copy color: '#72C0EA'

red 114 ◦ green 192 ◦ blue 234

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

Shades of Malibu #72C0EA

Tints of Malibu #72C0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.56%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 21.11%
G = 35.56%
B = 43.33%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72C0EA (or 0x72C0EA) is known color: Malibu. HEX triplet: 72, C0 and EA. RGB value is (114,192,234). Sum of RGB (Red+Green+Blue) = 114+192+234=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #72C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0EA is #8D3F15. Grayscale: #ADADAD. Windows color (decimal): -9256726 or 15384690. OLE color: 15384690.

HSL color Cylindrical-coordinate representation of color #72C0EA: hue angle of 201º degrees, saturation: 0.74, 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 #72C0EA is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 192 234 -
CMYK 0.51 0.18 0 0.08
HSL 201º 0.74% 0.68% -
HSV(B) 201º 0.51% 0.92% -
XYZ 40.64 47.22 84.81 -
YUV 173.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 114 192 234 0.51 0.18 0 0.08 201 0.74 0.68
Hex 72 C0 EA 33 12 0 8 C9 4A 44
Octal 162 300 352 63 22 0 10 311 112 104
Binary 1110010 11000000 11101010 110011 10010 0 1000 11001001 1001010 1000100

Color Harmonies of #72C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0EA

Black with #72C0EA

Text Example


Text Example

White with #72C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,192,234); }

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

background-color css

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

 a { background-color: rgb(114,192,234); }

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

border-color css

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

 span { border-color: rgb(114,192,234); }

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