Html Css Color HEX #74FFED Baby Blue

📋 copy color: '#74FFED'

red 116 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #74FFED

Tints of Baby Blue #74FFED

RGB

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

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

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

R = 19.08%
G = 41.94%
B = 38.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#74FFED (or 0x74FFED) is known color: Baby Blue. HEX triplet: 74, FF and ED. RGB value is (116,255,237). Sum of RGB (Red+Green+Blue) = 116+255+237=608 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.08% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFED is #8B0012. Grayscale: #D3D3D3. Windows color (decimal): -9109523 or 15597428. OLE color: 15597428.

HSL color Cylindrical-coordinate representation of color #74FFED: hue angle of 172.23º 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 #74FFED is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 237 -
CMYK 0.55 0 0.07 0
HSL 172.23º 1% 0.73% -
HSV(B) 172.23º 0.55% 1% -
XYZ 58.25 81.35 92.75 -
YUV 211.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 116 255 237 0.55 0 0.07 0 172.23 1 0.73
Hex 74 FF ED 37 0 7 0 AC 64 49
Octal 164 377 355 67 0 7 0 254 144 111
Binary 1110100 11111111 11101101 110111 0 111 0 10101100 1100100 1001001

Color Harmonies of #74FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFED

Black with #74FFED

Text Example


Text Example

White with #74FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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