Html Css Color HEX #74F3E8 Baby Blue

📋 copy color: '#74F3E8'

red 116 ◦ green 243 ◦ blue 232

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

Shades of Baby Blue #74F3E8

Tints of Baby Blue #74F3E8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.12%

 BLUE value IS 232 (91.02% from 255) = 39.26%

R = 19.63%
G = 41.12%
B = 39.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#74F3E8 (or 0x74F3E8) is known color: Baby Blue. HEX triplet: 74, F3 and E8. RGB value is (116,243,232). Sum of RGB (Red+Green+Blue) = 116+243+232=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F3E8 is #8B0C17. Grayscale: #CBCBCB. Windows color (decimal): -9112600 or 15266676. OLE color: 15266676.

HSL color Cylindrical-coordinate representation of color #74F3E8: hue angle of 174.8º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F3E8 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 243 232 -
CMYK 0.52 0 0.05 0.05
HSL 174.8º 0.84% 0.7% -
HSV(B) 174.8º 0.52% 0.95% -
XYZ 53.82 73.64 87.72 -
YUV 203.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 116 243 232 0.52 0 0.05 0.05 174.8 0.84 0.7
Hex 74 F3 E8 34 0 5 5 AF 54 46
Octal 164 363 350 64 0 5 5 257 124 106
Binary 1110100 11110011 11101000 110100 0 101 101 10101111 1010100 1000110

Color Harmonies of #74F3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F3E8

Black with #74F3E8

Text Example


Text Example

White with #74F3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,243,232); }

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

background-color css

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

 a { background-color: rgb(116,243,232); }

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

border-color css

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

 span { border-color: rgb(116,243,232); }

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