Html Css Color HEX #74FFEF Baby Blue

📋 copy color: '#74FFEF'

red 116 ◦ green 255 ◦ blue 239

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

Shades of Baby Blue #74FFEF

Tints of Baby Blue #74FFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 19.02%
G = 41.8%
B = 39.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#74FFEF (or 0x74FFEF) is known color: Baby Blue. HEX triplet: 74, FF and EF. RGB value is (116,255,239). Sum of RGB (Red+Green+Blue) = 116+255+239=610 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.02% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFEF is #8B0010. Grayscale: #D3D3D3. Windows color (decimal): -9109521 or 15728500. OLE color: 15728500.

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

Color convert

RGB 116 255 239 -
CMYK 0.55 0 0.06 0
HSL 173.09º 1% 0.73% -
HSV(B) 173.09º 0.55% 1% -
XYZ 58.54 81.47 94.3 -
YUV 211.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 116 255 239 0.55 0 0.06 0 173.09 1 0.73
Hex 74 FF EF 37 0 6 0 AD 64 49
Octal 164 377 357 67 0 6 0 255 144 111
Binary 1110100 11111111 11101111 110111 0 110 0 10101101 1100100 1001001

Color Harmonies of #74FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFEF

Black with #74FFEF

Text Example


Text Example

White with #74FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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