Html Css Color HEX #74FAF8 Baby Blue

📋 copy color: '#74FAF8'

red 116 ◦ green 250 ◦ blue 248

#74FAF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #74FAF8

Tints of Baby Blue #74FAF8

RGB

 RED value IS 116 (45.7% from 255) = 18.89%

 GREEN value IS 250 (98.05% from 255) = 40.72%

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 18.89%
G = 40.72%
B = 40.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#74FAF8 (or 0x74FAF8) is known color: Baby Blue. HEX triplet: 74, FA and F8. RGB value is (116,250,248). Sum of RGB (Red+Green+Blue) = 116+250+248=614 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.89% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FAF8 is #8B0507. Grayscale: #D1D1D1. Windows color (decimal): -9110792 or 16317044. OLE color: 16317044.

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

Color convert

RGB 116 250 248 -
CMYK 0.54 0 0.01 0.02
HSL 179.1º 0.93% 0.72% -
HSV(B) 179.1º 0.54% 0.98% -
XYZ 58.33 78.86 100.95 -
YUV 209.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 116 250 248 0.54 0 0.01 0.02 179.1 0.93 0.72
Hex 74 FA F8 36 0 1 2 B3 5D 48
Octal 164 372 370 66 0 1 2 263 135 110
Binary 1110100 11111010 11111000 110110 0 1 10 10110011 1011101 1001000

Color Harmonies of #74FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FAF8

Black with #74FAF8

Text Example


Text Example

White with #74FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74FAF8;
 }
 .AnyTagClassName
 {
   color: #74FAF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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