Html Css Color HEX #74FFEE Baby Blue

📋 copy color: '#74FFEE'

red 116 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #74FFEE

Tints of Baby Blue #74FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 19.05%
G = 41.87%
B = 39.08%

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

#74FFEE (or 0x74FFEE) is known color: Baby Blue. HEX triplet: 74, FF and EE. RGB value is (116,255,238). Sum of RGB (Red+Green+Blue) = 116+255+238=609 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.05% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFEE is #8B0011. Grayscale: #D3D3D3. Windows color (decimal): -9109522 or 15662964. OLE color: 15662964.

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

Color convert

RGB 116 255 238 -
CMYK 0.55 0 0.07 0
HSL 172.66º 1% 0.73% -
HSV(B) 172.66º 0.55% 1% -
XYZ 58.4 81.41 93.52 -
YUV 211.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 116 255 238 0.55 0 0.07 0 172.66 1 0.73
Hex 74 FF EE 37 0 7 0 AD 64 49
Octal 164 377 356 67 0 7 0 255 144 111
Binary 1110100 11111111 11101110 110111 0 111 0 10101101 1100100 1001001

Color Harmonies of #74FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFEE

Black with #74FFEE

Text Example


Text Example

White with #74FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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