Html Css Color HEX #75BBDF Malibu

📋 copy color: '#75BBDF'

red 117 ◦ green 187 ◦ blue 223

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

Shades of Malibu #75BBDF

Tints of Malibu #75BBDF

RGB

 RED value IS 117 (46.09% from 255) = 22.2%

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

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

R = 22.2%
G = 35.48%
B = 42.31%

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

#75BBDF (or 0x75BBDF) is known color: Malibu. HEX triplet: 75, BB and DF. RGB value is (117,187,223). Sum of RGB (Red+Green+Blue) = 117+187+223=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #75BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBDF is #8A4420. Grayscale: #A9A9A9. Windows color (decimal): -9061409 or 14662517. OLE color: 14662517.

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

Color convert

RGB 117 187 223 -
CMYK 0.48 0.16 0 0.13
HSL 200.38º 0.62% 0.67% -
HSV(B) 200.38º 0.48% 0.87% -
XYZ 38.43 44.65 76.41 -
YUV 170.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 117 187 223 0.48 0.16 0 0.13 200.38 0.62 0.67
Hex 75 BB DF 30 10 0 D C8 3E 43
Octal 165 273 337 60 20 0 15 310 76 103
Binary 1110101 10111011 11011111 110000 10000 0 1101 11001000 111110 1000011

Color Harmonies of #75BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBDF

Black with #75BBDF

Text Example


Text Example

White with #75BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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