Html Css Color HEX #74FDED Baby Blue

📋 copy color: '#74FDED'

red 116 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #74FDED

Tints of Baby Blue #74FDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 19.14%
G = 41.75%
B = 39.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#74FDED (or 0x74FDED) is known color: Baby Blue. HEX triplet: 74, FD and ED. RGB value is (116,253,237). Sum of RGB (Red+Green+Blue) = 116+253+237=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDED is #8B0212. Grayscale: #D2D2D2. Windows color (decimal): -9110035 or 15596916. OLE color: 15596916.

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

Color convert

RGB 116 253 237 -
CMYK 0.54 0 0.06 0.01
HSL 172.99º 0.97% 0.72% -
HSV(B) 172.99º 0.54% 0.99% -
XYZ 57.61 80.08 92.54 -
YUV 210.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 116 253 237 0.54 0 0.06 0.01 172.99 0.97 0.72
Hex 74 FD ED 36 0 6 1 AD 61 48
Octal 164 375 355 66 0 6 1 255 141 110
Binary 1110100 11111101 11101101 110110 0 110 1 10101101 1100001 1001000

Color Harmonies of #74FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDED

Black with #74FDED

Text Example


Text Example

White with #74FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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