#4cefff

Color #4CEFFF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #4CEFFF

Tints of Baby Blue #4CEFFF

Color information

#4CEFFF (or 0x4CEFFF) is unknown color: approx Baby Blue. HEX triplet: 4C, EF and FF. RGB value is (76,239,255). Sum of RGB (Red+Green+Blue) = 76+239+255=570 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.33% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CEFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEFFF is #B31000. Grayscale: #BFBFBF. Windows color (decimal): -11735041 or 16772940. OLE color: 16772940.

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

Color convert

RGB76239255-
CMYK0.700.0600
HSL185.36º100%64.9%-
HSV(B)185.36º70.2%100%-
XYZ51.970.49105.48-
YUV192.09163.545.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.33%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 255 (100% from 255) = 44.74%
R=13.33%
G=41.93%
B=44.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762392550.700.0600185.3610064.9
Hex4CEFFF46600b96441
Octal114357377106600271144101
Binary100110011101111111111111000110110001011100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cefff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4cefff;
 }
 .AnyTagClassName
 {
   color: #4cefff;
 }
</style>
background-color css

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

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

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

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

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

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