Html Css Color HEX #4FFCFF Baby Blue

📋 copy color: '#4FFCFF'

red 79 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #4FFCFF

Tints of Baby Blue #4FFCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 13.48%
G = 43%
B = 43.52%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FFCFF (or 0x4FFCFF) is known color: Baby Blue. HEX triplet: 4F, FC and FF. RGB value is (79,252,255). Sum of RGB (Red+Green+Blue) = 79+252+255=586 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.48% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCFF is #B00300. Grayscale: #C8C8C8. Windows color (decimal): -11535105 or 16776271. OLE color: 16776271.

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

Color convert

RGB 79 252 255 -
CMYK 0.69 0.01 0 0
HSL 181.02º 1% 0.65% -
HSV(B) 181.02º 0.69% 1% -
XYZ 56.08 78.5 106.8 -
YUV 200.62 158.69 41.26 -
System Red Green Blue C M Y K H S L
Decimal 79 252 255 0.69 0.01 0 0 181.02 1 0.65
Hex 4F FC FF 45 1 0 0 B5 64 41
Octal 117 374 377 105 1 0 0 265 144 101
Binary 1001111 11111100 11111111 1000101 1 0 0 10110101 1100100 1000001

Color Harmonies of #4FFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCFF

Black with #4FFCFF

Text Example


Text Example

White with #4FFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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