Html Css Color HEX #74F8F3 Baby Blue

📋 copy color: '#74F8F3'

red 116 ◦ green 248 ◦ blue 243

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

Shades of Baby Blue #74F8F3

Tints of Baby Blue #74F8F3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.86%

 BLUE value IS 243 (95.31% from 255) = 40.03%

R = 19.11%
G = 40.86%
B = 40.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#74F8F3 (or 0x74F8F3) is known color: Baby Blue. HEX triplet: 74, F8 and F3. RGB value is (116,248,243). Sum of RGB (Red+Green+Blue) = 116+248+243=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F8F3 is #8B070C. Grayscale: #CFCFCF. Windows color (decimal): -9111309 or 15988852. OLE color: 15988852.

HSL color Cylindrical-coordinate representation of color #74F8F3: hue angle of 177.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8F3 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 243 -
CMYK 0.53 0 0.02 0.03
HSL 177.73º 0.9% 0.71% -
HSV(B) 177.73º 0.53% 0.97% -
XYZ 56.95 77.32 96.72 -
YUV 207.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 116 248 243 0.53 0 0.02 0.03 177.73 0.9 0.71
Hex 74 F8 F3 35 0 2 3 B2 5A 47
Octal 164 370 363 65 0 2 3 262 132 107
Binary 1110100 11111000 11110011 110101 0 10 11 10110010 1011010 1000111

Color Harmonies of #74F8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F8F3

Black with #74F8F3

Text Example


Text Example

White with #74F8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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