Html Css Color HEX #74BFE8 Malibu

📋 copy color: '#74BFE8'

red 116 ◦ green 191 ◦ blue 232

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

Shades of Malibu #74BFE8

Tints of Malibu #74BFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 21.52%
G = 35.44%
B = 43.04%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#74BFE8 (or 0x74BFE8) is known color: Malibu. HEX triplet: 74, BF and E8. RGB value is (116,191,232). Sum of RGB (Red+Green+Blue) = 116+191+232=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #74BFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFE8 is #8B4017. Grayscale: #ADADAD. Windows color (decimal): -9125912 or 15253364. OLE color: 15253364.

HSL color Cylindrical-coordinate representation of color #74BFE8: hue angle of 201.21º 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 #74BFE8 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 191 232 -
CMYK 0.50 0.18 0 0.09
HSL 201.21º 0.72% 0.68% -
HSV(B) 201.21º 0.5% 0.91% -
XYZ 40.4 46.8 83.25 -
YUV 173.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 116 191 232 0.50 0.18 0 0.09 201.21 0.72 0.68
Hex 74 BF E8 32 12 0 9 C9 48 44
Octal 164 277 350 62 22 0 11 311 110 104
Binary 1110100 10111111 11101000 110010 10010 0 1001 11001001 1001000 1000100

Color Harmonies of #74BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFE8

Black with #74BFE8

Text Example


Text Example

White with #74BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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