#74F9FC

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

Shades of Baby Blue #74F9FC

Tints of Baby Blue #74F9FC

Color information

#74F9FC (or 0x74F9FC) is unknown color: approx Baby Blue. HEX triplet: 74, F9 and FC. RGB value is (116,249,252). Sum of RGB (Red+Green+Blue) = 116+249+252=617 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.80% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #74F9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F9FC is #8B0603. Grayscale: #D1D1D1. Windows color (decimal): -9111044 or 16578932. OLE color: 16578932.

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

Color convert

RGB116249252-
CMYK0.540.0100.01
HSL181.32º95.77%72.16%-
HSV(B)181.32º53.97%98.82%-
XYZ58.6578.49104.15-
YUV209.58151.9461.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 18.80%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=18.80%
G=40.36%
B=40.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162492520.540.0100.01181.3295.7772.16
Hex74F9FC36101b56048
Octal16437137466101265140110
Binary111010011111001111111001101101011011010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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