#75FBEF

Color #75FBEF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #75FBEF

Tints of Baby Blue #75FBEF

Color information

#75FBEF (or 0x75FBEF) is unknown color: approx Baby Blue. HEX triplet: 75, FB and EF. RGB value is (117,251,239). Sum of RGB (Red+Green+Blue) = 117+251+239=607 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.28% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FBEF is #8A0410. Grayscale: #D1D1D1. Windows color (decimal): -9045009 or 15727477. OLE color: 15727477.

HSL color Cylindrical-coordinate representation of color #75FBEF: hue angle of 174.63º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBEF is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB117251239-
CMYK0.5300.050.02
HSL174.63º94.37%72.16%-
HSV(B)174.63º53.39%98.43%-
XYZ57.4179.0193.89-
YUV209.57144.6161.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.28%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=19.28%
G=41.35%
B=39.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172512390.5300.050.02174.6394.3772.16
Hex75FBEF35052af5e48
Octal16537335765052257136110
Binary111010111111011111011111101010101101010111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,251,239); }

 H1.HeaderClassName
 {
   color: #75FBEF;
 }
 .AnyTagClassName
 {
   color: #75FBEF;
 }
</style>
background-color css

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

 a { background-color: rgb(117,251,239); }

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

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

 span { border-color: rgb(117,251,239); }

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