Html Css Color HEX #4FFFEE Baby Blue

📋 copy color: '#4FFFEE'

red 79 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #4FFFEE

Tints of Baby Blue #4FFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 44.58%

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 13.81%
G = 44.58%
B = 41.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#4FFFEE (or 0x4FFFEE) is known color: Baby Blue. HEX triplet: 4F, FF and EE. RGB value is (79,255,238). Sum of RGB (Red+Green+Blue) = 79+255+238=572 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.81% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFFEE is #B00011. Grayscale: #C8C8C8. Windows color (decimal): -11534354 or 15662927. OLE color: 15662927.

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

Color convert

RGB 79 255 238 -
CMYK 0.69 0 0.07 0
HSL 174.2º 1% 0.65% -
HSV(B) 174.2º 0.69% 1% -
XYZ 54.42 79.36 93.34 -
YUV 200.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 79 255 238 0.69 0 0.07 0 174.2 1 0.65
Hex 4F FF EE 45 0 7 0 AE 64 41
Octal 117 377 356 105 0 7 0 256 144 101
Binary 1001111 11111111 11101110 1000101 0 111 0 10101110 1100100 1000001

Color Harmonies of #4FFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFFEE

Black with #4FFFEE

Text Example


Text Example

White with #4FFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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