#C4FBFD

Color #C4FBFD Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #C4FBFD

Tints of Light Cyan #C4FBFD

Color information

#C4FBFD (or 0xC4FBFD) is unknown color: approx Light Cyan. HEX triplet: C4, FB and FD. RGB value is (196,251,253). Sum of RGB (Red+Green+Blue) = 196+251+253=700 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FBFD is #3B0402. Grayscale: #EAEAEA. Windows color (decimal): -3867651 or 16645060. OLE color: 16645060.

HSL color Cylindrical-coordinate representation of color #C4FBFD: hue angle of 182.11º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FBFD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196251253-
CMYK0.230.0100.01
HSL182.11º93.44%88.04%-
HSV(B)182.11º22.53%99.22%-
XYZ74.9987.82105.93-
YUV234.78138.28100.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=28%
G=35.86%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962512530.230.0100.01182.1193.4488.04
HexC4FBFD17101b65d58
Octal30437337527101266135130
Binary110001001111101111111101101111011011011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FBFD; }

 p { color: rgb(196,251,253); }

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

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

 a { background-color: rgb(196,251,253); }

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

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

 span { border-color: rgb(196,251,253); }

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