#74FBF0

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

Shades of Baby Blue #74FBF0

Tints of Baby Blue #74FBF0

Color information

#74FBF0 (or 0x74FBF0) is unknown color: approx Baby Blue. HEX triplet: 74, FB and F0. RGB value is (116,251,240). Sum of RGB (Red+Green+Blue) = 116+251+240=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBF0 is #8B040F. Grayscale: #D1D1D1. Windows color (decimal): -9110544 or 15793012. OLE color: 15793012.

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

Color convert

RGB116251240-
CMYK0.5400.040.02
HSL175.11º94.41%71.96%-
HSV(B)175.11º53.78%98.43%-
XYZ57.437994.66-
YUV209.38145.2761.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.11%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=19.11%
G=41.35%
B=39.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162512400.5400.040.02175.1194.4171.96
Hex74FBF036042af5e48
Octal16437336066042257136110
Binary111010011111011111100001101100100101010111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,251,240); }

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

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

 a { background-color: rgb(116,251,240); }

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

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

 span { border-color: rgb(116,251,240); }

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