Html Css Color HEX #74BFE6 Malibu

📋 copy color: '#74BFE6'

red 116 ◦ green 191 ◦ blue 230

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

Shades of Malibu #74BFE6

Tints of Malibu #74BFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.83%

R = 21.6%
G = 35.57%
B = 42.83%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#74BFE6 (or 0x74BFE6) is known color: Malibu. HEX triplet: 74, BF and E6. RGB value is (116,191,230). Sum of RGB (Red+Green+Blue) = 116+191+230=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #74BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFE6 is #8B4019. Grayscale: #ACACAC. Windows color (decimal): -9125914 or 15122292. OLE color: 15122292.

HSL color Cylindrical-coordinate representation of color #74BFE6: hue angle of 200.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BFE6 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 191 230 -
CMYK 0.50 0.17 0 0.10
HSL 200.53º 0.7% 0.68% -
HSV(B) 200.53º 0.5% 0.9% -
XYZ 40.12 46.69 81.76 -
YUV 173.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 116 191 230 0.50 0.17 0 0.10 200.53 0.7 0.68
Hex 74 BF E6 32 11 0 A C9 46 44
Octal 164 277 346 62 21 0 12 311 106 104
Binary 1110100 10111111 11100110 110010 10001 0 1010 11001001 1000110 1000100

Color Harmonies of #74BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFE6

Black with #74BFE6

Text Example


Text Example

White with #74BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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