#74FAF5

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

Shades of Baby Blue #74FAF5

Tints of Baby Blue #74FAF5

Color information

#74FAF5 (or 0x74FAF5) is unknown color: approx Baby Blue. HEX triplet: 74, FA and F5. RGB value is (116,250,245). Sum of RGB (Red+Green+Blue) = 116+250+245=611 (80% of max value = 765). Red value is 116 (45.70% from 255 or 18.99% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FAF5 is #8B050A. Grayscale: #D1D1D1. Windows color (decimal): -9110795 or 16120436. OLE color: 16120436.

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

Color convert

RGB116250245-
CMYK0.5400.020.02
HSL177.76º93.06%71.76%-
HSV(B)177.76º53.6%98.04%-
XYZ57.8778.6898.52-
YUV209.36148.1161.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 18.99%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=18.99%
G=40.92%
B=40.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162502450.5400.020.02177.7693.0671.76
Hex74FAF536022b25d48
Octal16437236566022262135110
Binary11101001111101011110101110110010101011001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,250,245); }

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

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

 a { background-color: rgb(116,250,245); }

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

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

 span { border-color: rgb(116,250,245); }

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