#74FBEB

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

Shades of Baby Blue #74FBEB

Tints of Baby Blue #74FBEB

Color information

#74FBEB (or 0x74FBEB) is unknown color: approx Baby Blue. HEX triplet: 74, FB and EB. RGB value is (116,251,235). Sum of RGB (Red+Green+Blue) = 116+251+235=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBEB is #8B0414. Grayscale: #D0D0D0. Windows color (decimal): -9110549 or 15465332. OLE color: 15465332.

HSL color Cylindrical-coordinate representation of color #74FBEB: hue angle of 172.89º 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 #74FBEB is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB116251235-
CMYK0.5400.060.02
HSL172.89º94.41%71.96%-
HSV(B)172.89º53.78%98.43%-
XYZ56.778.7190.8-
YUV208.81142.7761.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.27%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=19.27%
G=41.69%
B=39.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162512350.5400.060.02172.8994.4171.96
Hex74FBEB36062ad5e48
Octal16437335366062255136110
Binary111010011111011111010111101100110101010110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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