Html Css Color HEX #74BBDE Malibu

📋 copy color: '#74BBDE'

red 116 ◦ green 187 ◦ blue 222

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

Shades of Malibu #74BBDE

Tints of Malibu #74BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 22.1%
G = 35.62%
B = 42.29%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74BBDE (or 0x74BBDE) is known color: Malibu. HEX triplet: 74, BB and DE. RGB value is (116,187,222). Sum of RGB (Red+Green+Blue) = 116+187+222=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #74BBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBDE is #8B4421. Grayscale: #A9A9A9. Windows color (decimal): -9126946 or 14596980. OLE color: 14596980.

HSL color Cylindrical-coordinate representation of color #74BBDE: hue angle of 199.81º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BBDE is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 187 222 -
CMYK 0.48 0.16 0 0.13
HSL 199.81º 0.62% 0.66% -
HSV(B) 199.81º 0.48% 0.87% -
XYZ 38.16 44.53 75.69 -
YUV 169.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 116 187 222 0.48 0.16 0 0.13 199.81 0.62 0.66
Hex 74 BB DE 30 10 0 D C8 3E 42
Octal 164 273 336 60 20 0 15 310 76 102
Binary 1110100 10111011 11011110 110000 10000 0 1101 11001000 111110 1000010

Color Harmonies of #74BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBDE

Black with #74BBDE

Text Example


Text Example

White with #74BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,222); }

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

background-color css

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

 a { background-color: rgb(116,187,222); }

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

border-color css

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

 span { border-color: rgb(116,187,222); }

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