#C1FAFF

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

Shades of Onahau #C1FAFF

Tints of Onahau #C1FAFF

Color information

#C1FAFF (or 0xC1FAFF) is unknown color: approx Onahau. HEX triplet: C1, FA and FF. RGB value is (193,250,255). Sum of RGB (Red+Green+Blue) = 193+250+255=698 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.65% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAFF is #3E0500. Grayscale: #E9E9E9. Windows color (decimal): -4064513 or 16775873. OLE color: 16775873.

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

Color convert

RGB193250255-
CMYK0.240.0200
HSL184.84º100%87.84%-
HSV(B)184.84º24.31%100%-
XYZ74.2386.93107.47-
YUV233.53140.1299.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.65%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 255 (100% from 255) = 36.53%
R=27.65%
G=35.82%
B=36.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932502550.240.0200184.8410087.84
HexC1FAFF18200b96458
Octal30137237730200271144130
Binary1100000111111010111111111100010001011100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FAFF; }

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

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

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

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

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

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

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

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