#4CF1FB

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

Shades of Baby Blue #4CF1FB

Tints of Baby Blue #4CF1FB

Color information

#4CF1FB (or 0x4CF1FB) is unknown color: approx Baby Blue. HEX triplet: 4C, F1 and FB. RGB value is (76,241,251). Sum of RGB (Red+Green+Blue) = 76+241+251=568 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.38% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CF1FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF1FB is #B30E04. Grayscale: #C0C0C0. Windows color (decimal): -11734533 or 16511308. OLE color: 16511308.

HSL color Cylindrical-coordinate representation of color #4CF1FB: hue angle of 183.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF1FB is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB76241251-
CMYK0.700.0400.02
HSL183.43º95.63%64.12%-
HSV(B)183.43º69.72%98.43%-
XYZ51.8571.41102.32-
YUV192.8160.8444.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.38%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=13.38%
G=42.43%
B=44.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762412510.700.0400.02183.4395.6364.12
Hex4CF1FB46402b76040
Octal114361373106402267140100
Binary1001100111100011111101110001101000101011011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,241,251); }

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

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

 a { background-color: rgb(76,241,251); }

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

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

 span { border-color: rgb(76,241,251); }

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