Html Css Color HEX #74BDE8 Malibu

📋 copy color: '#74BDE8'

red 116 ◦ green 189 ◦ blue 232

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

Shades of Malibu #74BDE8

Tints of Malibu #74BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.2%

R = 21.6%
G = 35.2%
B = 43.2%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#74BDE8 (or 0x74BDE8) is known color: Malibu. HEX triplet: 74, BD and E8. RGB value is (116,189,232). Sum of RGB (Red+Green+Blue) = 116+189+232=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #74BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BDE8 is #8B4217. Grayscale: #ABABAB. Windows color (decimal): -9126424 or 15252852. OLE color: 15252852.

HSL color Cylindrical-coordinate representation of color #74BDE8: hue angle of 202.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BDE8 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 189 232 -
CMYK 0.50 0.19 0 0.09
HSL 202.24º 0.72% 0.68% -
HSV(B) 202.24º 0.5% 0.91% -
XYZ 39.97 45.93 83.1 -
YUV 172.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 116 189 232 0.50 0.19 0 0.09 202.24 0.72 0.68
Hex 74 BD E8 32 13 0 9 CA 48 44
Octal 164 275 350 62 23 0 11 312 110 104
Binary 1110100 10111101 11101000 110010 10011 0 1001 11001010 1001000 1000100

Color Harmonies of #74BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDE8

Black with #74BDE8

Text Example


Text Example

White with #74BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,232); }

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

background-color css

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

 a { background-color: rgb(116,189,232); }

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

border-color css

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

 span { border-color: rgb(116,189,232); }

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