#75feff

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

Shades of Baby Blue #75FEFF

Tints of Baby Blue #75FEFF

Color information

#75FEFF (or 0x75FEFF) is unknown color: approx Baby Blue. HEX triplet: 75, FE and FF. RGB value is (117,254,255). Sum of RGB (Red+Green+Blue) = 117+254+255=626 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.69% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #75FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEFF is #8A0100. Grayscale: #D5D5D5. Windows color (decimal): -9044225 or 16776821. OLE color: 16776821.

HSL color Cylindrical-coordinate representation of color #75FEFF: hue angle of 180.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEFF is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB117254255-
CMYK0.540.0000
HSL180.43º100%72.94%-
HSV(B)180.43º54.12%100%-
XYZ60.8381.89107.21-
YUV213.15151.6159.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 18.69%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 255 (100% from 255) = 40.73%
R=18.69%
G=40.58%
B=40.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172542550.540.0000180.4310072.94
Hex75FEFF36000b46449
Octal16537637766000264144111
Binary111010111111110111111111101100001011010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75feff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,254,255); }

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

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

 a { background-color: rgb(117,254,255); }

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

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

 span { border-color: rgb(117,254,255); }

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