Html Css Color HEX #4FF2FD Baby Blue

📋 copy color: '#4FF2FD'

red 79 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #4FF2FD

Tints of Baby Blue #4FF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.16%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 13.76%
G = 42.16%
B = 44.08%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FF2FD (or 0x4FF2FD) is known color: Baby Blue. HEX triplet: 4F, F2 and FD. RGB value is (79,242,253). Sum of RGB (Red+Green+Blue) = 79+242+253=574 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.76% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF2FD is #B00D02. Grayscale: #C2C2C2. Windows color (decimal): -11537667 or 16642639. OLE color: 16642639.

HSL color Cylindrical-coordinate representation of color #4FF2FD: hue angle of 183.79º degrees, saturation: 0.98, 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 #4FF2FD is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 242 253 -
CMYK 0.69 0.04 0 0.01
HSL 183.79º 0.98% 0.65% -
HSV(B) 183.79º 0.69% 0.99% -
XYZ 52.71 72.26 104.1 -
YUV 194.52 161 45.61 -
System Red Green Blue C M Y K H S L
Decimal 79 242 253 0.69 0.04 0 0.01 183.79 0.98 0.65
Hex 4F F2 FD 45 4 0 1 B8 62 41
Octal 117 362 375 105 4 0 1 270 142 101
Binary 1001111 11110010 11111101 1000101 100 0 1 10111000 1100010 1000001

Color Harmonies of #4FF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF2FD

Black with #4FF2FD

Text Example


Text Example

White with #4FF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,242,253); }

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

background-color css

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

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

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

border-color css

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

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

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