#C9F1FD

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

Shades of Onahau #C9F1FD

Tints of Onahau #C9F1FD

Color information

#C9F1FD (or 0xC9F1FD) is unknown color: approx Onahau. HEX triplet: C9, F1 and FD. RGB value is (201,241,253). Sum of RGB (Red+Green+Blue) = 201+241+253=695 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.92% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F1FD is #360E02. Grayscale: #E6E6E6. Windows color (decimal): -3542531 or 16642505. OLE color: 16642505.

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

Color convert

RGB201241253-
CMYK0.210.0500.01
HSL193.85º92.86%89.02%-
HSV(B)193.85º20.55%99.22%-
XYZ73.2782.42104.98-
YUV230.41140.75107.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.92%
GREEN value IS 241 (94.53% from 255) = 34.68%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=28.92%
G=34.68%
B=36.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012412530.210.0500.01193.8592.8689.02
HexC9F1FD15501c25d59
Octal31136137525501302135131
Binary11001001111100011111110110101101011100001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F1FD; }

 p { color: rgb(201,241,253); }

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

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

 a { background-color: rgb(201,241,253); }

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

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

 span { border-color: rgb(201,241,253); }

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