#C3FDFF

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

Shades of Light Cyan #C3FDFF

Tints of Light Cyan #C3FDFF

Color information

#C3FDFF (or 0xC3FDFF) is unknown color: approx Light Cyan. HEX triplet: C3, FD and FF. RGB value is (195,253,255). Sum of RGB (Red+Green+Blue) = 195+253+255=703 (93% of max value = 765). Red value is 195 (76.56% from 255 or 27.74% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDFF is #3C0200. Grayscale: #EBEBEB. Windows color (decimal): -3932673 or 16776643. OLE color: 16776643.

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

Color convert

RGB195253255-
CMYK0.240.0100
HSL182º100%88.24%-
HSV(B)182º23.53%100%-
XYZ75.6889.07107.81-
YUV235.89138.7898.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.74%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 255 (100% from 255) = 36.27%
R=27.74%
G=35.99%
B=36.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952532550.240.010018210088.24
HexC3FDFF18100b66458
Octal30337537730100266144130
Binary110000111111110111111111110001001011011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDFF; }

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

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

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

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

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

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

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

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