Html Css Color HEX #74B9E0 Malibu

📋 copy color: '#74B9E0'

red 116 ◦ green 185 ◦ blue 224

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

Shades of Malibu #74B9E0

Tints of Malibu #74B9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

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

R = 22.1%
G = 35.24%
B = 42.67%

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

#74B9E0 (or 0x74B9E0) is known color: Malibu. HEX triplet: 74, B9 and E0. RGB value is (116,185,224). Sum of RGB (Red+Green+Blue) = 116+185+224=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #74B9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9E0 is #8B461F. Grayscale: #A8A8A8. Windows color (decimal): -9127456 or 14727540. OLE color: 14727540.

HSL color Cylindrical-coordinate representation of color #74B9E0: hue angle of 201.67º 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 #74B9E0 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 185 224 -
CMYK 0.48 0.17 0 0.12
HSL 201.67º 0.64% 0.67% -
HSV(B) 201.67º 0.48% 0.88% -
XYZ 38.01 43.79 76.97 -
YUV 168.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 116 185 224 0.48 0.17 0 0.12 201.67 0.64 0.67
Hex 74 B9 E0 30 11 0 C CA 40 43
Octal 164 271 340 60 21 0 14 312 100 103
Binary 1110100 10111001 11100000 110000 10001 0 1100 11001010 1000000 1000011

Color Harmonies of #74B9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9E0

Black with #74B9E0

Text Example


Text Example

White with #74B9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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