#C6F2FF

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

Shades of Onahau #C6F2FF

Tints of Onahau #C6F2FF

Color information

#C6F2FF (or 0xC6F2FF) is unknown color: approx Onahau. HEX triplet: C6, F2 and FF. RGB value is (198,242,255). Sum of RGB (Red+Green+Blue) = 198+242+255=695 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.49% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F2FF is #390D00. Grayscale: #E6E6E6. Windows color (decimal): -3738881 or 16773830. OLE color: 16773830.

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

Color convert

RGB198242255-
CMYK0.220.0500
HSL193.68º100%88.82%-
HSV(B)193.68º22.35%100%-
XYZ73.0982.73106.72-
YUV230.33141.92104.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.49%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 255 (100% from 255) = 36.69%
R=28.49%
G=34.82%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982422550.220.0500193.6810088.82
HexC6F2FF16500c26459
Octal30636237726500302144131
Binary11000110111100101111111110110101001100001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F2FF; }

 p { color: rgb(198,242,255); }

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

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

 a { background-color: rgb(198,242,255); }

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

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

 span { border-color: rgb(198,242,255); }

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