Html Css Color HEX #74FFFD Baby Blue

📋 copy color: '#74FFFD'

red 116 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #74FFFD

Tints of Baby Blue #74FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.87%

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 18.59%
G = 40.87%
B = 40.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#74FFFD (or 0x74FFFD) is known color: Baby Blue. HEX triplet: 74, FF and FD. RGB value is (116,255,253). Sum of RGB (Red+Green+Blue) = 116+255+253=624 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.59% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFFD is #8B0002. Grayscale: #D5D5D5. Windows color (decimal): -9109507 or 16646004. OLE color: 16646004.

HSL color Cylindrical-coordinate representation of color #74FFFD: hue angle of 179.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFFD is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 253 -
CMYK 0.55 0 0.01 0
HSL 179.14º 1% 0.73% -
HSV(B) 179.14º 0.55% 1% -
XYZ 60.69 82.32 105.62 -
YUV 213.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 116 255 253 0.55 0 0.01 0 179.14 1 0.73
Hex 74 FF FD 37 0 1 0 B3 64 49
Octal 164 377 375 67 0 1 0 263 144 111
Binary 1110100 11111111 11111101 110111 0 1 0 10110011 1100100 1001001

Color Harmonies of #74FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFFD

Black with #74FFFD

Text Example


Text Example

White with #74FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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