#74F9FD

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

Shades of Baby Blue #74F9FD

Tints of Baby Blue #74F9FD

Color information

#74F9FD (or 0x74F9FD) is unknown color: approx Baby Blue. HEX triplet: 74, F9 and FD. RGB value is (116,249,253). Sum of RGB (Red+Green+Blue) = 116+249+253=618 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.77% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #74F9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F9FD is #8B0602. Grayscale: #D1D1D1. Windows color (decimal): -9111043 or 16644468. OLE color: 16644468.

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

Color convert

RGB116249253-
CMYK0.540.0200.01
HSL181.75º97.16%72.35%-
HSV(B)181.75º54.15%99.22%-
XYZ58.8178.56104.99-
YUV209.69152.4461.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 18.77%
GREEN value IS 249 (97.66% from 255) = 40.29%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=18.77%
G=40.29%
B=40.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162492530.540.0200.01181.7597.1672.35
Hex74F9FD36201b66148
Octal16437137566201266141110
Binary1110100111110011111110111011010011011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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