Html Css Color HEX #4FFCFC Baby Blue

📋 copy color: '#4FFCFC'

red 79 ◦ green 252 ◦ blue 252

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

Shades of Baby Blue #4FFCFC

Tints of Baby Blue #4FFCFC

RGB

 RED value IS 79 (31.25% from 255) = 13.55%

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 13.55%
G = 43.22%
B = 43.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FFCFC (or 0x4FFCFC) is known color: Baby Blue. HEX triplet: 4F, FC and FC. RGB value is (79,252,252). Sum of RGB (Red+Green+Blue) = 79+252+252=583 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.55% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #4FFCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCFC is #B00303. Grayscale: #C8C8C8. Windows color (decimal): -11535108 or 16579663. OLE color: 16579663.

HSL color Cylindrical-coordinate representation of color #4FFCFC: hue angle of 180º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCFC is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 252 252 -
CMYK 0.69 0 0 0.01
HSL 180º 0.97% 0.65% -
HSV(B) 180º 0.69% 0.99% -
XYZ 55.61 78.31 104.28 -
YUV 200.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 79 252 252 0.69 0 0 0.01 180 0.97 0.65
Hex 4F FC FC 45 0 0 1 B4 61 41
Octal 117 374 374 105 0 0 1 264 141 101
Binary 1001111 11111100 11111100 1000101 0 0 1 10110100 1100001 1000001

Color Harmonies of #4FFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCFC

Black with #4FFCFC

Text Example


Text Example

White with #4FFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FFCFC; }

 p { color: rgb(79,252,252); }

 H1.HeaderClassName
 {
   color: #4FFCFC;
 }
 .AnyTagClassName
 {
   color: #4FFCFC;
 }
</style>

background-color css

<style>
 a { background-color: #4FFCFC; }

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

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

border-color css

<style>
 span { border-color: #4FFCFC; }

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

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