Html Css Color HEX #74BBDF Malibu

📋 copy color: '#74BBDF'

red 116 ◦ green 187 ◦ blue 223

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

Shades of Malibu #74BBDF

Tints of Malibu #74BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 22.05%
G = 35.55%
B = 42.4%

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

#74BBDF (or 0x74BBDF) is known color: Malibu. HEX triplet: 74, BB and DF. RGB value is (116,187,223). Sum of RGB (Red+Green+Blue) = 116+187+223=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #74BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBDF is #8B4420. Grayscale: #A9A9A9. Windows color (decimal): -9126945 or 14662516. OLE color: 14662516.

HSL color Cylindrical-coordinate representation of color #74BBDF: hue angle of 200.19º degrees, saturation: 0.63, 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 #74BBDF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 187 223 -
CMYK 0.48 0.16 0 0.13
HSL 200.19º 0.63% 0.66% -
HSV(B) 200.19º 0.48% 0.87% -
XYZ 38.29 44.58 76.4 -
YUV 169.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 116 187 223 0.48 0.16 0 0.13 200.19 0.63 0.66
Hex 74 BB DF 30 10 0 D C8 3F 42
Octal 164 273 337 60 20 0 15 310 77 102
Binary 1110100 10111011 11011111 110000 10000 0 1101 11001000 111111 1000010

Color Harmonies of #74BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBDF

Black with #74BBDF

Text Example


Text Example

White with #74BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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