Html Css Color HEX #74BAEA Malibu

📋 copy color: '#74BAEA'

red 116 ◦ green 186 ◦ blue 234

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

Shades of Malibu #74BAEA

Tints of Malibu #74BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 21.64%
G = 34.7%
B = 43.66%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74BAEA (or 0x74BAEA) is known color: Malibu. HEX triplet: 74, BA and EA. RGB value is (116,186,234). Sum of RGB (Red+Green+Blue) = 116+186+234=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #74BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BAEA is #8B4515. Grayscale: #AAAAAA. Windows color (decimal): -9127190 or 15383156. OLE color: 15383156.

HSL color Cylindrical-coordinate representation of color #74BAEA: hue angle of 204.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BAEA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 186 234 -
CMYK 0.50 0.21 0 0.08
HSL 204.41º 0.74% 0.69% -
HSV(B) 204.41º 0.5% 0.92% -
XYZ 39.61 44.77 84.4 -
YUV 170.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 116 186 234 0.50 0.21 0 0.08 204.41 0.74 0.69
Hex 74 BA EA 32 15 0 8 CC 4A 45
Octal 164 272 352 62 25 0 10 314 112 105
Binary 1110100 10111010 11101010 110010 10101 0 1000 11001100 1001010 1000101

Color Harmonies of #74BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BAEA

Black with #74BAEA

Text Example


Text Example

White with #74BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,234); }

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

background-color css

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

 a { background-color: rgb(116,186,234); }

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

border-color css

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

 span { border-color: rgb(116,186,234); }

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