Html Css Color HEX #74BBE0 Malibu

📋 copy color: '#74BBE0'

red 116 ◦ green 187 ◦ blue 224

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

Shades of Malibu #74BBE0

Tints of Malibu #74BBE0

RGB

 RED value IS 116 (45.7% from 255) = 22.01%

 GREEN value IS 187 (73.44% from 255) = 35.48%

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 22.01%
G = 35.48%
B = 42.5%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#74BBE0 (or 0x74BBE0) is known color: Malibu. HEX triplet: 74, BB and E0. RGB value is (116,187,224). Sum of RGB (Red+Green+Blue) = 116+187+224=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #74BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBE0 is #8B441F. Grayscale: #A9A9A9. Windows color (decimal): -9126944 or 14728052. OLE color: 14728052.

HSL color Cylindrical-coordinate representation of color #74BBE0: hue angle of 200.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BBE0 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 187 224 -
CMYK 0.48 0.17 0 0.12
HSL 200.56º 0.64% 0.67% -
HSV(B) 200.56º 0.48% 0.88% -
XYZ 38.43 44.64 77.11 -
YUV 169.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 116 187 224 0.48 0.17 0 0.12 200.56 0.64 0.67
Hex 74 BB E0 30 11 0 C C9 40 43
Octal 164 273 340 60 21 0 14 311 100 103
Binary 1110100 10111011 11100000 110000 10001 0 1100 11001001 1000000 1000011

Color Harmonies of #74BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBE0

Black with #74BBE0

Text Example


Text Example

White with #74BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BBE0; }

 p { color: rgb(116,187,224); }

 H1.HeaderClassName
 {
   color: #74BBE0;
 }
 .AnyTagClassName
 {
   color: #74BBE0;
 }
</style>

background-color css

<style>
 a { background-color: #74BBE0; }

 a { background-color: rgb(116,187,224); }

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

border-color css

<style>
 span { border-color: #74BBE0; }

 span { border-color: rgb(116,187,224); }

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