#C1E0EB

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

Shades of Onahau #C1E0EB

Tints of Onahau #C1E0EB

Color information

#C1E0EB (or 0xC1E0EB) is unknown color: approx Onahau. HEX triplet: C1, E0 and EB. RGB value is (193,224,235). Sum of RGB (Red+Green+Blue) = 193+224+235=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E0EB is #3E1F14. Grayscale: #D7D7D7. Windows color (decimal): -4071189 or 15458497. OLE color: 15458497.

HSL color Cylindrical-coordinate representation of color #C1E0EB: hue angle of 195.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1E0EB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193224235-
CMYK0.180.0500.08
HSL195.71º51.22%83.92%-
HSV(B)195.71º17.87%92.16%-
XYZ63.6470.6588.88-
YUV215.98138.73111.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.60%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=29.60%
G=34.36%
B=36.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932242350.180.0500.08195.7151.2283.92
HexC1E0EB12508c43354
Octal30134035322501030463124
Binary1100000111100000111010111001010101000110001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E0EB; }

 p { color: rgb(193,224,235); }

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

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

 a { background-color: rgb(193,224,235); }

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

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

 span { border-color: rgb(193,224,235); }

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