Html Css Color HEX #4CF8EF Baby Blue

📋 copy color: '#4CF8EF'

red 76 ◦ green 248 ◦ blue 239

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

Shades of Baby Blue #4CF8EF

Tints of Baby Blue #4CF8EF

RGB

 RED value IS 76 (30.08% from 255) = 13.5%

 GREEN value IS 248 (97.27% from 255) = 44.05%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 13.5%
G = 44.05%
B = 42.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#4CF8EF (or 0x4CF8EF) is known color: Baby Blue. HEX triplet: 4C, F8 and EF. RGB value is (76,248,239). Sum of RGB (Red+Green+Blue) = 76+248+239=563 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.50% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF8EF is #B30710. Grayscale: #C3C3C3. Windows color (decimal): -11732753 or 15726668. OLE color: 15726668.

HSL color Cylindrical-coordinate representation of color #4CF8EF: hue angle of 176.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF8EF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 248 239 -
CMYK 0.69 0 0.04 0.03
HSL 176.86º 0.92% 0.64% -
HSV(B) 176.86º 0.69% 0.97% -
XYZ 52.13 74.9 93.37 -
YUV 195.55 152.52 42.73 -
System Red Green Blue C M Y K H S L
Decimal 76 248 239 0.69 0 0.04 0.03 176.86 0.92 0.64
Hex 4C F8 EF 45 0 4 3 B1 5C 40
Octal 114 370 357 105 0 4 3 261 134 100
Binary 1001100 11111000 11101111 1000101 0 100 11 10110001 1011100 1000000

Color Harmonies of #4CF8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF8EF

Black with #4CF8EF

Text Example


Text Example

White with #4CF8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,248,239); }

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

background-color css

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

 a { background-color: rgb(76,248,239); }

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

border-color css

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

 span { border-color: rgb(76,248,239); }

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