#C3FAFF

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

Shades of Onahau #C3FAFF

Tints of Onahau #C3FAFF

Color information

#C3FAFF (or 0xC3FAFF) is unknown color: approx Onahau. HEX triplet: C3, FA and FF. RGB value is (195,250,255). Sum of RGB (Red+Green+Blue) = 195+250+255=700 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.86% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAFF is #3C0500. Grayscale: #EAEAEA. Windows color (decimal): -3933441 or 16775875. OLE color: 16775875.

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

Color convert

RGB195250255-
CMYK0.240.0200
HSL185º100%88.24%-
HSV(B)185º23.53%100%-
XYZ74.7487.19107.5-
YUV234.12139.78100.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.86%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 255 (100% from 255) = 36.43%
R=27.86%
G=35.71%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952502550.240.020018510088.24
HexC3FAFF18200b96458
Octal30337237730200271144130
Binary1100001111111010111111111100010001011100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAFF; }

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

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

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

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

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

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

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

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