#C3FCFF

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

Shades of Light Cyan #C3FCFF

Tints of Light Cyan #C3FCFF

Color information

#C3FCFF (or 0xC3FCFF) is unknown color: approx Light Cyan. HEX triplet: C3, FC and FF. RGB value is (195,252,255). Sum of RGB (Red+Green+Blue) = 195+252+255=702 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.78% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FCFF is #3C0300. Grayscale: #EBEBEB. Windows color (decimal): -3932929 or 16776387. OLE color: 16776387.

HSL color Cylindrical-coordinate representation of color #C3FCFF: hue angle of 183º 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 #C3FCFF is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195252255-
CMYK0.240.0100
HSL183º100%88.24%-
HSV(B)183º23.53%100%-
XYZ75.3788.44107.71-
YUV235.3139.1299.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.78%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 255 (100% from 255) = 36.32%
R=27.78%
G=35.90%
B=36.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952522550.240.010018310088.24
HexC3FCFF18100b76458
Octal30337437730100267144130
Binary110000111111110011111111110001001011011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FCFF; }

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

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

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

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

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

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

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

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