Html Css Color HEX #4FFAFF Baby Blue

📋 copy color: '#4FFAFF'

red 79 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #4FFAFF

Tints of Baby Blue #4FFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.81%

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

R = 13.53%
G = 42.81%
B = 43.66%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FFAFF (or 0x4FFAFF) is known color: Baby Blue. HEX triplet: 4F, FA and FF. RGB value is (79,250,255). Sum of RGB (Red+Green+Blue) = 79+250+255=584 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.53% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAFF is #B00500. Grayscale: #C7C7C7. Windows color (decimal): -11535617 or 16775759. OLE color: 16775759.

HSL color Cylindrical-coordinate representation of color #4FFAFF: hue angle of 181.7º 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 #4FFAFF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 250 255 -
CMYK 0.69 0.02 0 0
HSL 181.7º 1% 0.65% -
HSV(B) 181.7º 0.69% 1% -
XYZ 55.46 77.25 106.6 -
YUV 199.44 159.35 42.09 -
System Red Green Blue C M Y K H S L
Decimal 79 250 255 0.69 0.02 0 0 181.7 1 0.65
Hex 4F FA FF 45 2 0 0 B6 64 41
Octal 117 372 377 105 2 0 0 266 144 101
Binary 1001111 11111010 11111111 1000101 10 0 0 10110110 1100100 1000001

Color Harmonies of #4FFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAFF

Black with #4FFAFF

Text Example


Text Example

White with #4FFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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