#C3FDFE

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

Shades of Light Cyan #C3FDFE

Tints of Light Cyan #C3FDFE

Color information

#C3FDFE (or 0xC3FDFE) is unknown color: approx Light Cyan. HEX triplet: C3, FD and FE. RGB value is (195,253,254). Sum of RGB (Red+Green+Blue) = 195+253+254=702 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.78% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDFE is #3C0201. Grayscale: #EBEBEB. Windows color (decimal): -3932674 or 16711107. OLE color: 16711107.

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

Color convert

RGB195253254-
CMYK0.230.0000.00
HSL181.02º96.72%88.04%-
HSV(B)181.02º23.23%99.61%-
XYZ75.5289.01106.97-
YUV235.77138.2898.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.78%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=27.78%
G=36.04%
B=36.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952532540.230.0000.00181.0296.7288.04
HexC3FDFE17000b56158
Octal30337537627000265141130
Binary110000111111110111111110101110001011010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDFE; }

 p { color: rgb(195,253,254); }

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

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

 a { background-color: rgb(195,253,254); }

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

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

 span { border-color: rgb(195,253,254); }

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