#C1DFEB

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

Shades of Onahau #C1DFEB

Tints of Onahau #C1DFEB

Color information

#C1DFEB (or 0xC1DFEB) is unknown color: approx Onahau. HEX triplet: C1, DF and EB. RGB value is (193,223,235). Sum of RGB (Red+Green+Blue) = 193+223+235=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFEB is #3E2014. Grayscale: #D7D7D7. Windows color (decimal): -4071445 or 15458241. OLE color: 15458241.

HSL color Cylindrical-coordinate representation of color #C1DFEB: hue angle of 197.14º 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 #C1DFEB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193223235-
CMYK0.180.0500.08
HSL197.14º51.22%83.92%-
HSV(B)197.14º17.87%92.16%-
XYZ63.3870.1188.79-
YUV215.4139.06112.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.65%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=29.65%
G=34.25%
B=36.10%

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
Decimal1932232350.180.0500.08197.1451.2283.92
HexC1DFEB12508c53354
Octal30133735322501030563124
Binary1100000111011111111010111001010101000110001011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFEB; }

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

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

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

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

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

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

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

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