#C7F1FD

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

Shades of Onahau #C7F1FD

Tints of Onahau #C7F1FD

Color information

#C7F1FD (or 0xC7F1FD) is unknown color: approx Onahau. HEX triplet: C7, F1 and FD. RGB value is (199,241,253). Sum of RGB (Red+Green+Blue) = 199+241+253=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F1FD is #380E02. Grayscale: #E5E5E5. Windows color (decimal): -3673603 or 16642503. OLE color: 16642503.

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

Color convert

RGB199241253-
CMYK0.210.0500.01
HSL193.33º93.1%88.63%-
HSV(B)193.33º21.34%99.22%-
XYZ72.7482.14104.95-
YUV229.81141.09106.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.72%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=28.72%
G=34.78%
B=36.51%

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
Decimal1992412530.210.0500.01193.3393.188.63
HexC7F1FD15501c15d59
Octal30736137525501301135131
Binary11000111111100011111110110101101011100000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F1FD; }

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

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

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

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

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

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

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

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