#74FCF8

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

Shades of Baby Blue #74FCF8

Tints of Baby Blue #74FCF8

Color information

#74FCF8 (or 0x74FCF8) is unknown color: approx Baby Blue. HEX triplet: 74, FC and F8. RGB value is (116,252,248). Sum of RGB (Red+Green+Blue) = 116+252+248=616 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.83% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCF8 is #8B0307. Grayscale: #D2D2D2. Windows color (decimal): -9110280 or 16317556. OLE color: 16317556.

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

Color convert

RGB116252248-
CMYK0.5400.020.01
HSL178.24º95.77%72.16%-
HSV(B)178.24º53.97%98.82%-
XYZ58.9680.11101.16-
YUV210.88148.9460.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 18.83%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=18.83%
G=40.91%
B=40.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162522480.5400.020.01178.2495.7772.16
Hex74FCF836021b26048
Octal16437437066021262140110
Binary1110100111111001111100011011001011011001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,252,248); }

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

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

 a { background-color: rgb(116,252,248); }

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

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

 span { border-color: rgb(116,252,248); }

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