Html Css Color HEX #74FDF6 Baby Blue

📋 copy color: '#74FDF6'

red 116 ◦ green 253 ◦ blue 246

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

Shades of Baby Blue #74FDF6

Tints of Baby Blue #74FDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.14%

 BLUE value IS 246 (96.48% from 255) = 40%

R = 18.86%
G = 41.14%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#74FDF6 (or 0x74FDF6) is known color: Baby Blue. HEX triplet: 74, FD and F6. RGB value is (116,253,246). Sum of RGB (Red+Green+Blue) = 116+253+246=615 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.86% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDF6 is #8B0209. Grayscale: #D3D3D3. Windows color (decimal): -9110026 or 16186740. OLE color: 16186740.

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

Color convert

RGB 116 253 246 -
CMYK 0.54 0 0.03 0.01
HSL 176.93º 0.97% 0.72% -
HSV(B) 176.93º 0.54% 0.99% -
XYZ 58.96 80.62 99.64 -
YUV 211.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 116 253 246 0.54 0 0.03 0.01 176.93 0.97 0.72
Hex 74 FD F6 36 0 3 1 B1 61 48
Octal 164 375 366 66 0 3 1 261 141 110
Binary 1110100 11111101 11110110 110110 0 11 1 10110001 1100001 1001000

Color Harmonies of #74FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDF6

Black with #74FDF6

Text Example


Text Example

White with #74FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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