#C1F2FF

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

Shades of Onahau #C1F2FF

Tints of Onahau #C1F2FF

Color information

#C1F2FF (or 0xC1F2FF) is unknown color: approx Onahau. HEX triplet: C1, F2 and FF. RGB value is (193,242,255). Sum of RGB (Red+Green+Blue) = 193+242+255=690 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.97% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F2FF is #3E0D00. Grayscale: #E4E4E4. Windows color (decimal): -4066561 or 16773825. OLE color: 16773825.

HSL color Cylindrical-coordinate representation of color #C1F2FF: hue angle of 192.58º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1F2FF is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB193242255-
CMYK0.240.0500
HSL192.58º100%87.84%-
HSV(B)192.58º24.31%100%-
XYZ71.7982.06106.66-
YUV228.83142.77102.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.97%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 255 (100% from 255) = 36.96%
R=27.97%
G=35.07%
B=36.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932422550.240.0500192.5810087.84
HexC1F2FF18500c16458
Octal30136237730500301144130
Binary11000001111100101111111111000101001100000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F2FF; }

 p { color: rgb(193,242,255); }

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

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

 a { background-color: rgb(193,242,255); }

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

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

 span { border-color: rgb(193,242,255); }

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