#C6EFFD

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

Shades of Onahau #C6EFFD

Tints of Onahau #C6EFFD

Color information

#C6EFFD (or 0xC6EFFD) is unknown color: approx Onahau. HEX triplet: C6, EF and FD. RGB value is (198,239,253). Sum of RGB (Red+Green+Blue) = 198+239+253=690 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.70% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EFFD is #391002. Grayscale: #E4E4E4. Windows color (decimal): -3739651 or 16641990. OLE color: 16641990.

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

Color convert

RGB198239253-
CMYK0.220.0600.01
HSL195.27º93.22%88.43%-
HSV(B)195.27º21.74%99.22%-
XYZ71.8880.83104.74-
YUV228.34141.92106.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.70%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=28.70%
G=34.64%
B=36.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982392530.220.0600.01195.2793.2288.43
HexC6EFFD16601c35d58
Octal30635737526601303135130
Binary11000110111011111111110110110110011100001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EFFD; }

 p { color: rgb(198,239,253); }

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

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

 a { background-color: rgb(198,239,253); }

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

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

 span { border-color: rgb(198,239,253); }

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