Html Css Color HEX #74FCF2 Baby Blue

📋 copy color: '#74FCF2'

red 116 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #74FCF2

Tints of Baby Blue #74FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.31%

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 19.02%
G = 41.31%
B = 39.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#74FCF2 (or 0x74FCF2) is known color: Baby Blue. HEX triplet: 74, FC and F2. RGB value is (116,252,242). Sum of RGB (Red+Green+Blue) = 116+252+242=610 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.02% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCF2 is #8B030D. Grayscale: #D2D2D2. Windows color (decimal): -9110286 or 15924340. OLE color: 15924340.

HSL color Cylindrical-coordinate representation of color #74FCF2: hue angle of 175.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCF2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 242 -
CMYK 0.54 0 0.04 0.01
HSL 175.59º 0.96% 0.72% -
HSV(B) 175.59º 0.54% 0.99% -
XYZ 58.04 79.74 96.34 -
YUV 210.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 116 252 242 0.54 0 0.04 0.01 175.59 0.96 0.72
Hex 74 FC F2 36 0 4 1 B0 60 48
Octal 164 374 362 66 0 4 1 260 140 110
Binary 1110100 11111100 11110010 110110 0 100 1 10110000 1100000 1001000

Color Harmonies of #74FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCF2

Black with #74FCF2

Text Example


Text Example

White with #74FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,252,242); }

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

background-color css

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

 a { background-color: rgb(116,252,242); }

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

border-color css

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

 span { border-color: rgb(116,252,242); }

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